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.