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

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"
}
}
}