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

47 lines
1.1 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/ogrmc/geomodel/stratumdata.1.0.0.json",
"type": "object",
"title": "层位信息",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"fileId"
],
"properties": {
"uuid": {
"type": "string",
"title": "uuid"
},
"loadtype": {
"enum": [
"direct",
"buffer"
],
"type": "string",
"title": "加载类型"
},
"geogrid_ID": {
"type": "string",
"title": "地质网格id"
},
"horizon_ID": {
"type": "string",
"title": "层位id"
},
"geomodel_ID": {
"type": "string",
"title": "name"
},
"geogrid_name": {
"type": "string",
"title": "地质网格名称"
},
"horizon_name": {
"type": "string",
"title": "层位名称"
},
"geomodel_name": {
"type": "string",
"title": "名称"
}
}
}