{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Geography", "title": "Geography", "properties": { "state": { "type": "string", "description": "State name of the peer for which the response is returned

Endpoints -", "example": "AK" }, "city": { "type": "string", "description": "city name of the peer for which the response is returned. returned

Endpoints -", "example": "Eielson Afb" } } }