Gas Distribution by Company
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gas-distribution-by-company",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gas-distribution-by-company"
}
] - "definitions":{
- "gas-distribution-by-company":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gas-distribution-by-company_records"
}
}
} - "records":
} - "properties":
- "gas-distribution-by-company_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "company_name":,{
- "type":"string",
- "title":"Company Name",
- "description":""
} - "gas_in_million_cubic_feet":{
- "type":"number",
- "title":"Gas in Million Cubic Feet",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "gas-distribution-by-company":