records

records

Active filters Clear all

No active filters

Filters

Number of tenants by nationality

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Nationality
               

No description available for this field.

Name (identifier)
nationality
Type
text
Sample
                       
Number of tenants
               

No description available for this field.

Name (identifier)
number_of_tenants
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-tenants-by-nationality",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-tenants-by-nationality"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-tenants-by-nationality":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-tenants-by-nationality_records"
            }
          }
        }
      }
      ,
    • "number-of-tenants-by-nationality_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nationality":
              {
              • "type":"string",
              • "title":"Nationality",
              • "description":""
              }
              ,
            • "number_of_tenants":
              {
              • "type":"number",
              • "title":"Number of tenants",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets