Number of tenants by nationality
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "nationality":
}
} - "fields":
} - "properties":
} - "number-of-tenants-by-nationality":
Similar datasets
- This dataset contains information about Number of passengers by rail
- This dataset contains information about Number of units according to registration area
- This dataset contains information about The number of public transport passengers by year and city
- This dataset contains information about Number of trips between cities by type of destination (domestic-international)