compliance/assets/doc/extracted_schemas/wellbore-sum-data.1.0.0.json
2025-05-16 15:18:02 +08:00

80 lines
1.8 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/wellbore/wellbore-sum-data.1.0.0.json",
"type": "object",
"title": "汇管实时数据交换模型",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"sbbm",
"cjsj"
],
"properties": {
"hs": {
"type": "string",
"title": "含水"
},
"id": {
"type": "string",
"title": "id"
},
"nd": {
"type": "string",
"title": "粘度"
},
"wd": {
"type": "string",
"title": "温度"
},
"yl": {
"type": "string",
"title": "压力"
},
"yw": {
"type": "string",
"title": "液位"
},
"hsl": {
"type": "string",
"title": "含水率"
},
"cjsj": {
"type": "string",
"title": "采集时间"
},
"cswd": {
"type": "string",
"title": "掺水温度"
},
"dclj": {
"type": "string",
"title": "单次累计流量"
},
"ljll": {
"type": "string",
"title": "累计流量"
},
"rljl": {
"type": "string",
"title": "日累计量"
},
"sbbm": {
"type": "string",
"title": "设备编码"
},
"ssll": {
"type": "string",
"title": "瞬时流量"
},
"cshyl": {
"type": "string",
"title": "掺水后压力"
},
"csqyl": {
"type": "string",
"title": "掺水前压力"
},
"csliang": {
"type": "string",
"title": "掺水量"
}
}
}