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

30 lines
714 B
JSON

{
"$id": "https://schema.ideas.cnpc/json/ogrmc_geomodel/fracture_press_model.1.0.0.json",
"type": "object",
"title": "压裂模拟模型",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"fileid"
],
"identityId": [
"fileid"
],
"properties": {
"fileid": {
"type": "string",
"title": "文件id"
},
"fileext": {
"type": "string",
"title": "文件扩展名"
},
"filename": {
"type": "string",
"title": "文件名称"
},
"filesize": {
"type": "integer",
"title": "文件大小"
}
}
}