World Natural Gas Database
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"world-gas-database",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/world-gas-database"
}
] - "definitions":{
- "world-gas-database":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/world-gas-database_records"
}
}
} - "records":
} - "properties":
- "world-gas-database_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Time Period",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "flow_breakdown":,{
- "type":"string",
- "title":"Flow Breakdown",
- "description":""
} - "unit_measure":,{
- "type":"string",
- "title":"Unit of Measure",
- "description":""
} - "obs_value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "assessment_code":{
- "type":"integer",
- "title":"Assessment Code",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "world-gas-database":