GoogleCloudPlatform/market-data-transcoder
在 GitHub 查看Propagate `required` fields to JSON schema from source schema
Open
#60 创建于 2022年11月20日
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.