{ "$id": "https://schema.ideas.cnpc/json/ogrmc_geomodel/simulation_case.1.0.0.json", "type": "object", "title": "数值模拟算例", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "simulation_id" ], "properties": { "project_id": { "type": "string", "title": "地质单元id" }, "activity_id": { "type": "string", "title": "项目id" }, "project_name": { "type": "string", "title": "地质单元名称" }, "activity_name": { "type": "string", "title": "项目名称" }, "simulation_id": { "type": "string", "title": "数值模拟id" }, "sum_time_point": { "type": "integer", "title": "模拟时间点总数" }, "simulation_name": { "type": "string", "title": "数值模拟算例名称" }, "simulation_end_time": { "type": "string", "title": "模拟结束时间" }, "simulation_start_time": { "type": "string", "title": "数模模拟起始时间" }, "is_dual_porosity_media": { "type": "string", "title": "是否双孔介质" } } }