47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/ogrmc_geomodel/faultinfo.1.0.0.json",
|
|
"type": "object",
|
|
"title": "断层信息",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"fileId"
|
|
],
|
|
"properties": {
|
|
"uuid": {
|
|
"type": "string",
|
|
"title": "uuid"
|
|
},
|
|
"fault_ID": {
|
|
"type": "string",
|
|
"title": "断层id"
|
|
},
|
|
"loadtype": {
|
|
"enum": [
|
|
"direct",
|
|
"buffer"
|
|
],
|
|
"type": "string",
|
|
"title": "加载类型"
|
|
},
|
|
"fault_name": {
|
|
"type": "string",
|
|
"title": "名称"
|
|
},
|
|
"geogrid_ID": {
|
|
"type": "string",
|
|
"title": "地质网格id"
|
|
},
|
|
"geomodel_ID": {
|
|
"type": "string",
|
|
"title": "地质模型id"
|
|
},
|
|
"geogrid_name": {
|
|
"type": "string",
|
|
"title": "地质网格名称"
|
|
},
|
|
"geomodel_name": {
|
|
"type": "string",
|
|
"title": "地质模型名称"
|
|
}
|
|
}
|
|
} |