Estimated number of goats by region

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
                       
Region
               

No description available for this field.

Name (identifier)
regions
Type
text
Sample
                       
Estimated number of goats
               

No description available for this field.

Name (identifier)
estimated_number_of_goats
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"saudi-arabia-estimated-number-of-goats-by-region-2005-2009",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/saudi-arabia-estimated-number-of-goats-by-region-2005-2009"
      }
    ]
    ,
  • "definitions":
    {
    • "saudi-arabia-estimated-number-of-goats-by-region-2005-2009":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/saudi-arabia-estimated-number-of-goats-by-region-2005-2009_records"
            }
          }
        }
      }
      ,
    • "saudi-arabia-estimated-number-of-goats-by-region-2005-2009_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "regions":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "estimated_number_of_goats":
              {
              • "type":"number",
              • "title":"Estimated number of goats",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets