Refinery Production by Group
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"refinery-production-by-group",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/refinery-production-by-group"
}
] - "definitions":{
- "refinery-production-by-group":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/refinery-production-by-group_records"
}
}
} - "records":
} - "properties":
- "refinery-production-by-group_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "production":,{
- "type":"number",
- "title":"Production",
- "description":""
} - "group":{
- "type":"string",
- "title":"Group",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "refinery-production-by-group":