{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-delete-location-input-schema.json", "title": "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" ] }