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

80 lines
2.0 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/wellbore/wellbore-gas-data.1.0.0.json",
"type": "object",
"title": "注气井实时数据交换模型",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"sbbm",
"cjsj"
],
"properties": {
"id": {
"type": "string",
"title": "id"
},
"cjsj": {
"type": "string",
"title": "采集时间"
},
"clbs": {
"type": "string",
"title": "处理标识"
},
"jkwd": {
"type": "string",
"title": "井口温度"
},
"jkyl": {
"type": "string",
"title": "进口压力"
},
"sbbm": {
"type": "string",
"title": "井号"
},
"yxsj": {
"type": "string",
"title": "运行时间"
},
"yxzt": {
"type": "string",
"title": "运行状态"
},
"bkljll": {
"type": "string",
"title": "标况累计流量"
},
"bkrzql": {
"type": "string",
"title": "标况日注汽量"
},
"bkssll": {
"type": "string",
"title": "标况瞬时流量"
},
"gkljll": {
"type": "string",
"title": "工况累计流量"
},
"gkssll": {
"type": "string",
"title": "工况瞬时流量"
},
"bkljll_low": {
"type": "string",
"title": "标况累计流量_低"
},
"gkljll_low": {
"type": "string",
"title": "工况累计流量_低"
},
"bkljll_height": {
"type": "string",
"title": "标况累计流量_高"
},
"gkljll_height": {
"type": "string",
"title": "工况累计流量_高"
}
}
}