{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-ip-city-structure.json", "name": "IpCity", "description": "Provides information about the city that an IP address originated from.", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The name of the city." } ] } } }