1 record

1 record

Active filters Clear all

No active filters

Filters

Country

Year

Sub-commodity

Production of Potash

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
Brazil
Sub-commodity
               

No description available for this field.

Name (identifier)
sub_commodity
Type
text
Sample
Chloride
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
1987
Production
               

No description available for this field.

Name (identifier)
production
Type
decimal
Sample
37311

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"production-of-potash",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/production-of-potash"
      }
    ]
    ,
  • "definitions":
    {
    • "production-of-potash":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/production-of-potash_records"
            }
          }
        }
      }
      ,
    • "production-of-potash_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":" Country",
              • "description":""
              }
              ,
            • "sub_commodity":
              {
              • "type":"string",
              • "title":"Sub-commodity",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "production":
              {
              • "type":"number",
              • "title":"Production",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets