{ "$id": "https://schema.ideas.cnpc/json/pipeline/pvtcm-model.1.0.0.json", "type": "object", "title": "流体组分模型", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "cmBaseId", "orgId", "wellId", "testDate", "operator", "cmName", "hydModel", "waxModel", "ph", "isCalculateE", "tenantId" ], "identityId": [ "cmBaseId" ], "properties": { "ph": { "type": "number", "title": "PH值" }, "orgId": { "type": "string", "title": "机构ID" }, "cmName": { "type": "string", "title": "模型名称" }, "wellId": { "type": "string", "title": "井ID" }, "cmBaseId": { "type": "string", "title": "基础ID" }, "comments": { "type": "string", "title": "需要补充说明的内容" }, "hydModel": { "type": "string", "title": "水合物模型" }, "operator": { "type": "string", "title": "操作者" }, "tenantId": { "type": "string", "title": "租户ID" }, "testDate": { "type": "string", "title": "测试日期", "format": "date" }, "waxModel": { "type": "string", "title": "结蜡模型" }, "createDate": { "type": "string", "title": "创建日期", "format": "date" }, "createUser": { "type": "string", "title": "创建用户" }, "updateDate": { "type": "string", "title": "更新日期", "format": "date" }, "updateUser": { "type": "string", "title": "更新用户" }, "isCalculateE": { "type": "string", "title": "是否计算相包线(Y/N)" }, "stateQuation": { "type": "string", "title": "状态方程" } } }