{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-ip-address-structure.json", "name": "IpAddress", "description": "IpAddress schema from Amazon GameLift API", "type": "string", "pattern": "^[0-9A-Fa-f\\:\\.]+", "minLength": 1, "maxLength": 128 }