records

records

Active filters Clear all

No active filters

Filters

Number of units according to registration area

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Registration Area
               

No description available for this field.

Name (identifier)
registration_area
Type
text
Sample
                       
Number of units
               

No description available for this field.

Name (identifier)
number_of_units
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"number-of-units-according-to-registration-area",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-units-according-to-registration-area"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-units-according-to-registration-area":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-units-according-to-registration-area_records"
            }
          }
        }
      }
      ,
    • "number-of-units-according-to-registration-area_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "registration_area":
              {
              • "type":"string",
              • "title":"Registration Area",
              • "description":""
              }
              ,
            • "number_of_units":
              {
              • "type":"number",
              • "title":"Number of units",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets