GoogleCloudPlatform/market-data-transcoder

Propagate `required` fields to JSON schema from source schema

Open

#60 geöffnet am 20. Nov. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (8 Forks)auto 404
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.

Contributor Guide