1b3a34b902d39e34…
Created Jun 12, 20269 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| name | string | |
| country | string | |
| latitude | number | |
| timezone | string | |
| famousFor | string | |
| isCapital | boolean | |
| longitude | number | |
| population | number | |
| continentId | string | → Continent |
JSON Schema
{
"type": "object",
"title": "City",
"required": [
"name",
"country",
"continentId",
"population",
"latitude",
"longitude",
"timezone",
"isCapital",
"famousFor"
],
"properties": {
"name": {
"type": "string",
"description": "City name"
},
"country": {
"type": "string",
"description": "Country the city is located in"
},
"latitude": {
"type": "number",
"description": "Latitude in decimal degrees"
},
"timezone": {
"type": "string",
"description": "IANA timezone identifier (e.g. America/New_York)"
},
"famousFor": {
"type": "string",
"description": "A short one-line description of what the city is known for"
},
"isCapital": {
"type": "boolean",
"description": "Whether the city is a national capital"
},
"longitude": {
"type": "number",
"description": "Longitude in decimal degrees"
},
"population": {
"type": "number",
"description": "Approximate city population"
},
"continentId": {
"type": "string",
"x-ref-type": "Continent",
"description": "Continent identifier"
}
},
"description": "A major world city with geographic and demographic information."
}Used by 1 collection
Full hash:1b3a34b902d39e34c67d00a0fb0402736634aaa813916cf09ababc63a42a7f1e
ID:be8a271f-87f4-45d8-88a7-a2ce37438ff3