{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-delete-location-input-structure.json", "name": "DeleteLocationInput", "description": "DeleteLocationInput schema from Amazon GameLift API", "type": "object", "properties": { "LocationName": { "allOf": [ { "$ref": "#/components/schemas/CustomLocationNameOrArnModel" }, { "description": "The location name of the custom location to be deleted." } ] } }, "required": [ "LocationName" ] }