GoogleCloudPlatform/market-data-transcoder

Propagate `required` fields to JSON schema from source schema

Open

#60 opened on Nov 20, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (8 forks)auto 404
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.

Contributor guide