{ "$id": "https://schema.ideas.cnpc/json/ogrmc_geomodel/modelinfo.1.0.0.json", "type": "object", "title": "属性信息", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "geomodel_id" ], "properties": { "file_id": { "type": "string", "title": "文件id" }, "remarks": { "type": "string", "title": "备注" }, "project_id": { "type": "string", "title": "地质单元id" }, "geomodel_id": { "type": "string", "title": "地质模型id" }, "project_name": { "type": "string", "title": "地质单元名称" }, "geomodel_name": { "type": "string", "title": "地质模型名称" }, "geomodel_type": { "type": "string", "title": "地质模型类型" }, "is_dual_porosition_media": { "type": "bool", "title": "是否双孔介质" } } }