Uranium 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
                       
Company
               

No description available for this field.

Name (identifier)
company
Type
text
Sample
                       
Tonnes U
               

No description available for this field.

Name (identifier)
tonnes_u
Type
decimal
Sample
                       
% of World Total
               

No description available for this field.

Name (identifier)
of_world_total
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"world-uranium-reserves-2013-copy",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/world-uranium-reserves-2013-copy"
      }
    ]
    ,
  • "definitions":
    {
    • "world-uranium-reserves-2013-copy":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/world-uranium-reserves-2013-copy_records"
            }
          }
        }
      }
      ,
    • "world-uranium-reserves-2013-copy_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "company":
              {
              • "type":"string",
              • "title":"Company",
              • "description":""
              }
              ,
            • "tonnes_u":
              {
              • "type":"number",
              • "title":"Tonnes U",
              • "description":""
              }
              ,
            • "of_world_total":
              {
              • "type":"number",
              • "title":"% of World Total",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets