Global Plastics Production
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"global-plastics-production",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/global-plastics-production"
}
] - "definitions":{
- "global-plastics-production":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/global-plastics-production_records"
}
}
} - "records":
} - "properties":
- "global-plastics-production_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "entity":,{
- "type":"string",
- "title":"Entity",
- "description":""
} - "values":{
- "type":"number",
- "title":"Global plastics production (million tonnes)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "global-plastics-production":