records

records

Active filters Clear all

No active filters

Filters

Production of Gypsum and Plaster

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

No description available for this field.

Name (identifier)
sub_commodity
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Production
               

No description available for this field.

Name (identifier)
production
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"production-of-gypsum-and-plaster",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/production-of-gypsum-and-plaster"
      }
    ]
    ,
  • "definitions":
    {
    • "production-of-gypsum-and-plaster":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/production-of-gypsum-and-plaster_records"
            }
          }
        }
      }
      ,
    • "production-of-gypsum-and-plaster_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