Basetrip · JSON Structure

Citylistresponse

Type: record Properties: 0
CitiesCountriesHealthSafetyTravelVisa

Citylistresponse 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/citylistresponse.json",
  "title": "CityListResponse",
  "type": "record",
  "fields": [
    {
      "name": "cities",
      "type": "xs:sequence",
      "description": ""
    },
    {
      "name": "count",
      "type": "xs:integer",
      "description": ""
    }
  ]
}