{ "$id": "https://schema.ideas.cnpc/json/ogrmc_geomodel/boundaryinfo.1.0.0.json", "type": "object", "title": "地质模型边界信息", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "fileId" ], "properties": { "uuid": { "type": "string", "title": "uuid" }, "boundary": { "type": "string", "title": "地质模型边界" }, "loadtype": { "enum": [ "direct", "buffer" ], "type": "string", "title": "加载类型" }, "geomodel_name": { "type": "string", "title": "地质模型名称" } } }