26 lines
629 B
JSON
26 lines
629 B
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/ogrmc_geomodel/boundarydata.1.0.0.json",
|
|
"type": "object",
|
|
"title": "地质模型边界数据",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"uuid"
|
|
],
|
|
"properties": {
|
|
"data": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "number"
|
|
},
|
|
"title": "数据"
|
|
},
|
|
"uuid": {
|
|
"type": "string",
|
|
"title": "uuid"
|
|
},
|
|
"geomodel_name": {
|
|
"type": "string",
|
|
"title": "地质模型名称"
|
|
}
|
|
}
|
|
} |