{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/united-states-postal-service/refs/heads/main/json-structure/addresses-city-state-structure.json", "name": "CityState", "description": "City and state lookup result.", "properties": { "city": { "description": "City name.", "example": "WASHINGTON", "type": "string" }, "state": { "description": "Two-letter state abbreviation.", "example": "DC", "type": "string" }, "ZIPCode": { "description": "The queried ZIP Code.", "example": "20212", "type": "string" } }, "type": "object" }