{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/basetrip/refs/heads/main/json-schema/citylistresponse.json", "title": "CityListResponse", "type": "object", "properties": { "cities": { "type": "array", "items": { "$ref": "#/components/schemas/City" } }, "count": { "type": "integer" } } }