compliance/assets/doc/extracted_schemas/boundaryinfo.1.0.0.json
2025-05-16 15:18:02 +08:00

31 lines
764 B
JSON

{
"$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": "地质模型名称"
}
}
}