{ "$id": "https://schema.ideas.cnpc/json/wellbore/wellbore-model.1.0.0.json", "type": "object", "title": "井筒模型", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "wellboreBaseId", "wellboreBaseName" ], "identityId": [ "wellboreBaseId" ], "properties": { "remark": { "type": "string", "title": "备注" }, "wellId": { "type": "string", "title": "井ID" }, "comments": { "type": "string", "title": "井筒模型说明" }, "createDate": { "type": "string", "title": "创建时间" }, "createUser": { "type": "string", "title": "创建用户" }, "updateDate": { "type": "string", "title": "修改时间" }, "updateUser": { "type": "string", "title": "修改用户" }, "ModelFileInfo": { "type": "string", "title": "模型文件信息" }, "isoBaseTypeId": { "type": "string", "title": "一体化模型分类ID" }, "wellLegalName": { "type": "string", "title": "井名称" }, "wellboreBaseId": { "type": "string", "title": "井筒模型ID" }, "wellboreFileId": { "type": "string", "title": "井筒结构图ID" }, "wellboreBaseName": { "type": "string", "title": "井筒模型名称" } } }