records

records

Active filters Clear all

No active filters

Filters

Production of Magnesite

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
Australia
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
1983
Production
               

No description available for this field.

Name (identifier)
production
Type
decimal
Sample
20539

JSON Schema

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

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

Similar datasets