Basetrip · JSON Structure

Citydetail

Type: record Properties: 0
CitiesCountriesHealthSafetyTravelVisa

Citydetail is a JSON Structure definition published by Basetrip. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/basetrip/refs/heads/main/json-structure/citydetail.json",
  "title": "CityDetail",
  "type": "record",
  "fields": [
    {
      "name": "population",
      "type": "xs:integer",
      "description": ""
    },
    {
      "name": "timezone",
      "type": "xs:string",
      "description": ""
    },
    {
      "name": "latitude",
      "type": "xs:decimal",
      "description": ""
    },
    {
      "name": "longitude",
      "type": "xs:decimal",
      "description": ""
    }
  ]
}