GoogleCloudPlatform/market-data-transcoder

Propagate `required` fields to JSON schema from source schema

Open

#60 创建于 2022年11月20日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (8 fork)auto 404
good first issue

仓库指标

Star
 (47 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南