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

63 lines
1.6 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/ogrmc_geomodel/propertyinfo.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"
},
"geomodel_id": {
"type": "string",
"title": "地质模型id"
},
"geogrid_name": {
"type": "string",
"title": "地质网格名字"
},
"geomodel_name": {
"type": "string",
"title": "地质模型名称"
},
"attribute_name": {
"type": "string",
"title": "属性名字"
},
"attribute_kind_id": {
"type": "string",
"title": "属性类型id"
},
"attribute_kind_name": {
"type": "string",
"title": "属性类型名称"
},
"attribute_value_max": {
"type": "string",
"title": "属性最大值"
},
"attribute_value_min": {
"type": "string",
"title": "属性最小值"
},
"attribute_invalid_value": {
"type": "string",
"title": "属性无效值"
}
}
}