26 lines
592 B
JSON
26 lines
592 B
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/ogrmc_geomodel/griddata.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": "数据"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"title": "名字"
|
|
},
|
|
"uuid": {
|
|
"type": "string",
|
|
"title": "uuid"
|
|
}
|
|
}
|
|
} |