commercetools / commercetools/rmf-codegen
Respect package name for named scalar types also
Open
- Dominant language
- Kotlin
- Stars
- 16
- Forks
- 7
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 3
Description
The RAML Doc generator organizes the flattened RAML type files into subfolders according to the package names declared for the types, but currently only for `type: object`. We would like to have the same behavior for named scalar types also, like for `type: string`.
### Example
The generated flattened version of this file:
```
#%RAML 1.0 DataType
(package): Common
displayName: Locale
type: string
```
should be found in subfolder `Common` instead of the root folder.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.