{ "$id": "https://schema.ideas.cnpc/json/iam/simulate-scheme.1.0.0.json", "type": "object", "title": "模拟方案", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "simulateSchemeId", "isoBaseId", "startDate", "endDate", "outputFrequency", "outputFrequencyPeriod", "optimizeFrequency", "optimizeFrequencyPeriod", "createDate", "createUser", "updateDate", "updateUser", "simulateSchemeName", "simulateType" ], "identityId": [ "simulateSchemeId" ], "properties": { "pnLog": { "type": "string", "title": "管网计算日志" }, "isoLog": { "type": "string", "title": "一体化计算日志" }, "ogrLog": { "type": "string", "title": "油气藏计算日志" }, "endDate": { "type": "string", "title": "结束日期" }, "comments": { "type": "string", "title": "备注" }, "isoBaseId": { "type": "string", "title": "一体化模型ID" }, "startDate": { "type": "string", "title": "开始日期" }, "createDate": { "type": "string", "title": "创建日期" }, "createUser": { "type": "string", "title": "创建用户" }, "updateDate": { "type": "string", "title": "更新日期" }, "updateUser": { "type": "string", "title": "更新用户" }, "simulateType": { "type": "string", "title": "模拟类型" }, "isoBaseTypeId": { "type": "string", "title": "一体化模型分类ID" }, "outputFrequency": { "type": "number", "title": "模拟输出频率" }, "simulateSchemeId": { "type": "string", "title": "模拟方案ID" }, "optimizeFrequency": { "type": "number", "title": "模拟优化频率" }, "simulateSchemeName": { "type": "string", "title": "模拟方案名称" }, "outputFrequencyPeriod": { "type": "string", "title": "模拟输出频率周期" }, "optimizeFrequencyPeriod": { "type": "string", "title": "模拟优化频率周期" } } }