GoogleCloudPlatform/market-data-transcoder
Auf GitHub ansehenPropagate `required` fields to JSON schema from source schema
Open
#60 geöffnet am 20. Nov. 2022
good first issue
Repository-Metriken
- Stars
- (47 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.