{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-city-schema.json", "title": "City", "description": "Contains information about the city associated with the IP address.", "type": "object", "properties": { "CityName": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "cityName" }, "description": "The city name of the remote IP address." } ] } } }