Global Plastics Production

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Entity
               

No description available for this field.

Name (identifier)
entity
Type
text
Sample
                       
Global plastics production (million tonnes)
               

No description available for this field.

Name (identifier)
values
Type
decimal
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets