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

63 lines
1.5 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/pipeline/pipeline-model.1.0.0.json",
"type": "object",
"title": "管网模型",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"imModelBaseId",
"modelName"
],
"identityId": [
"imModelBaseId"
],
"properties": {
"org": {
"type": "string",
"title": "单位信息"
},
"remark": {
"type": "string",
"title": "备注"
},
"comments": {
"type": "string",
"title": "模型说明"
},
"modelName": {
"type": "string",
"title": "模型名称"
},
"modelType": {
"type": "string",
"title": "模型类型"
},
"createDate": {
"type": "string",
"title": "创建时间"
},
"createUser": {
"type": "string",
"title": "创建用户"
},
"updateDate": {
"type": "string",
"title": "修改时间"
},
"updateUser": {
"type": "string",
"title": "修改用户"
},
"ModelFileInfo": {
"type": "string",
"title": "模型文件信息"
},
"imModelBaseId": {
"type": "string",
"title": "模型ID"
},
"isoBaseTypeId": {
"type": "string",
"title": "一体化模型分类ID"
}
}
}