{ "$id": "https://schema.ideas.cnpc/json/iam/iam-model.1.0.0.json", "type": "object", "title": "一体化模型", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "isoBaseId", "isoName" ], "identityId": [ "isoBaseId" ], "properties": { "json": { "type": "string", "title": "图形组JSON" }, "ogrId": { "type": "string", "title": "下属油气藏模型ID" }, "isoName": { "type": "string", "title": "一体化模型名称" }, "comments": { "type": "string", "title": "备注" }, "imBaseId": { "type": "string", "title": "下属管网模型ID" }, "tenantId": { "type": "string", "title": "租户ID" }, "graphicId": { "type": "string", "title": "一体化模型图形组对应ID" }, "iprMethod": { "type": "string", "title": "井控IPR方法" }, "isoBaseId": { "type": "string", "title": "一体化模型ID" }, "createDate": { "type": "string", "title": "创建日期" }, "createUser": { "type": "string", "title": "创建用户" }, "updateDate": { "type": "string", "title": "更新日期" }, "updateUser": { "type": "string", "title": "更新用户" }, "jsonContent": { "type": "string", "title": "图形组JSON2号" } } }