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

55 lines
1.4 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/ogrmc_geomodel/simulation_static_attributes.1.0.0.json",
"type": "object",
"title": "数值模拟静态属性信息",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"uuid"
],
"properties": {
"uuid": {
"type": "string",
"title": "uuid"
},
"loadtype": {
"enum": [
"direct",
"buffer"
],
"type": "string",
"title": "加载类型"
},
"simugrid_id": {
"type": "string",
"title": "数值模拟网格id"
},
"simulation_id": {
"type": "string",
"title": "数值模拟算例id"
},
"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": "属性无效值"
}
}
}