GoogleCloudPlatform / GoogleCloudPlatform/market-data-transcoder
Propagate `required` fields to JSON schema from source schema
Open
good first issue
- Dominant language
- Python
- Stars
- 47
- Forks
- 11
- Avg merge
- 19d 10h
- Merged PRs (30d)
- 2
Description
`JsonOutputManager` would need to keep track of required fields as defined in the source / dest schema and transcode appropriately. For JSON Schema, each `object` supports an array property named `required` with the values being the defined required properties in the current object definition.
Contributor guide
Assessment
This issue has not been assessed yet.