Natural Gas Prices
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"world-natural-gas-prices-1984-2015",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/world-natural-gas-prices-1984-2015"
}
] - "definitions":{
- "world-natural-gas-prices-1984-2015":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/world-natural-gas-prices-1984-2015_records"
}
}
} - "records":
} - "properties":
- "world-natural-gas-prices-1984-2015_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "us_dollars_per_million_btu":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "gas_price_us_dollars_per_million":{
- "type":"number",
- "title":"Gas Price (US dollars per million)",
- "description":""
}
} - "us_dollars_per_million_btu":
}
} - "fields":
} - "properties":
} - "world-natural-gas-prices-1984-2015":