LocationAttributes is a JSON Structure definition published by Amazon GameLift, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-location-attributes-structure.json",
"name": "LocationAttributes",
"description": "Details about a location in a multi-location fleet.",
"type": "object",
"properties": {
"LocationState": {
"allOf": [
{
"$ref": "#/components/schemas/LocationState"
},
{
"description": "A fleet location and its current life-cycle state."
}
]
},
"StoppedActions": {
"allOf": [
{
"$ref": "#/components/schemas/FleetActionList"
},
{
"description": "A list of fleet actions that have been suspended in the fleet location."
}
]
},
"UpdateStatus": {
"allOf": [
{
"$ref": "#/components/schemas/LocationUpdateStatus"
},
{
"description": "The status of fleet activity updates to the location. The status <code>PENDING_UPDATE</code> indicates that <code>StopFleetActions</code> or <code>StartFleetActions</code> has been requested but the update has not yet been completed for the location."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.