{ "$id": "https://schema.ideas.cnpc/json/business-data/geo/v_x_gr_gas_fluid.1.0.0.json", "type": "object", "title": "气藏流体性质数据", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "RESERVOIR_NAME", "ZONE_NAME", "RESERVOIR_ID", "ZONE_ID", "DATA_REGION", "DSID", "BSFLAG" ], "identityId": [ "DSID" ], "properties": { "DSID": { "type": "String", "title": "DSID" }, "BSFLAG": { "type": "Integer", "title": "删除标识" }, "ZONE_ID": { "type": "String", "title": "层位ID" }, "ZONE_NAME": { "type": "String", "title": "层位名称" }, "DATA_REGION": { "type": "String", "title": "油田标识" }, "RESERVOIR_ID": { "type": "String", "title": "油气藏ID" }, "RESERVOIR_NAME": { "type": "String", "title": "油气藏名称" } } }