GoogleCloudPlatform/market-data-transcoder
View on GitHubPropagate `required` fields to JSON schema from source schema
Open
#60 opened on Nov 20, 2022
good first issue
Repository metrics
- Stars
- (47 stars)
- PR merge metrics
- (PR metrics pending)
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.