commercetools / commercetools/rest-modeling-framework
Replace Property with Type
Open
- Dominant language
- Java
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Our current `ObjectType` models its properties with a separate `Property` type. This isn't following the RAML spec which uses types for the properties. I had doubts in the beginning if I really liked to reuse `Type` for them, but with our experience now it seems to be better to remove our `Property` type and replace it with `Type`.
This change has a big impact on our codegenerator and updating to this fix will take some time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.