1 record

1 record

Active filters Clear all

No active filters

Filters

Country

Year

Production of Talc

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
Argentina
Sub-commodity
               

No description available for this field.

Name (identifier)
sub_commodity
Type
text
Sample
Pyrophyllite
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
4925

JSON Schema

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

{
  • "title":"production-of-talc",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/production-of-talc"
      }
    ]
    ,
  • "definitions":
    {
    • "production-of-talc":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/production-of-talc_records"
            }
          }
        }
      }
      ,
    • "production-of-talc_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