GCC Oil Database
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"gcc-jodi-oil-dataset",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gcc-jodi-oil-dataset"
}
] - "definitions":{
- "gcc-jodi-oil-dataset":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gcc-jodi-oil-dataset_records"
}
}
} - "records":
} - "properties":
- "gcc-jodi-oil-dataset_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"TIME_PERIOD",
- "description":""
} - "area":,{
- "type":"string",
- "title":"AREA",
- "description":""
} - "energy_product_name":,{
- "type":"string",
- "title":"ENERGY_PRODUCT_NAME",
- "description":""
} - "flow_breakdown":,{
- "type":"string",
- "title":"FLOW_BREAKDOWN",
- "description":""
} - "unit_measure":,{
- "type":"string",
- "title":"UNIT_MEASURE",
- "description":""
} - "obs_value":,{
- "type":"string",
- "title":"OBS_VALUE",
- "description":""
} - "assessment_code":,{
- "type":"integer",
- "title":"ASSESSMENT_CODE",
- "description":""
} - "month2":{
- "type":"integer",
- "title":"month",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "gcc-jodi-oil-dataset":