64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/well-logging/log-interp-idx.1.0.0.json",
|
|
"type": "object",
|
|
"title": "解释成果指标",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"idxId",
|
|
"typeId",
|
|
"itemCode"
|
|
],
|
|
"identityId": [
|
|
"idxId"
|
|
],
|
|
"properties": {
|
|
"idxId": {
|
|
"type": "string",
|
|
"title": "解释成果指标ID"
|
|
},
|
|
"seqNo": {
|
|
"type": "number",
|
|
"title": "序号"
|
|
},
|
|
"typeId": {
|
|
"type": "string",
|
|
"title": "类型ID"
|
|
},
|
|
"itemCode": {
|
|
"type": "string",
|
|
"title": "指标类型"
|
|
},
|
|
"itemName": {
|
|
"type": "string",
|
|
"title": "指标名"
|
|
},
|
|
"itemType": {
|
|
"type": "string",
|
|
"title": "类型"
|
|
},
|
|
"meterUnit": {
|
|
"type": "string",
|
|
"title": "计量单位"
|
|
},
|
|
"itemLength": {
|
|
"type": "number",
|
|
"title": "宽度"
|
|
},
|
|
"itemMaxValue": {
|
|
"type": "number",
|
|
"title": "值域最大值"
|
|
},
|
|
"itemMinValue": {
|
|
"type": "number",
|
|
"title": "值域最小值"
|
|
},
|
|
"analysisPrecision": {
|
|
"type": "number",
|
|
"title": "精度"
|
|
},
|
|
"wellBoreCommonName": {
|
|
"type": "string",
|
|
"title": "井筒名"
|
|
}
|
|
}
|
|
} |