252 records

Production of Rare Earth Oxides

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
2007
Production
               

No description available for this field.

Name (identifier)
production
Type
decimal
Sample
0

JSON Schema

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

{
  • "title":"production-of-rare-earth-oxides",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/production-of-rare-earth-oxides"
      }
    ]
    ,
  • "definitions":
    {
    • "production-of-rare-earth-oxides":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/production-of-rare-earth-oxides_records"
            }
          }
        }
      }
      ,
    • "production-of-rare-earth-oxides_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