Saudi Cement Production by Company

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
                       
Cement
               

No description available for this field.

Name (identifier)
cement
Type
text
Sample
                       
Million Tonnes
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"saudi-cement-production-data",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/saudi-cement-production-data"
      }
    ]
    ,
  • "definitions":
    {
    • "saudi-cement-production-data":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/saudi-cement-production-data_records"
            }
          }
        }
      }
      ,
    • "saudi-cement-production-data_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "cement":
              {
              • "type":"string",
              • "title":"Cement",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Million Tonnes",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets