{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-game-server-instance-id-structure.json", "name": "GameServerInstanceId", "description": "GameServerInstanceId schema from Amazon GameLift API", "type": "string", "pattern": "^i-[0-9a-zA-Z]{17}$", "minLength": 19, "maxLength": 19 }