Energy Sales Gross Rate
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"energy-sales-gross-rate",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/energy-sales-gross-rate"
}
] - "definitions":{
- "energy-sales-gross-rate":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/energy-sales-gross-rate_records"
}
}
} - "records":
} - "properties":
- "energy-sales-gross-rate_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "energy_sales_gross_rate0":{
- "type":"number",
- "title":"Energy sales gross rate (%)",
- "description":"",
- "unit":"%"
}
} - "year":
}
} - "fields":
} - "properties":
} - "energy-sales-gross-rate":