Production of Antimony, Mine

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
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Production
               

No description available for this field.

Name (identifier)
production
Type
decimal
Sample
                       
Sub-commodity
               

No description available for this field.

Name (identifier)
sub_commodity
Type
text
Sample
                       

JSON Schema

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

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

Similar datasets