{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-update-runtime-configuration-output-structure.json", "name": "UpdateRuntimeConfigurationOutput", "description": "UpdateRuntimeConfigurationOutput schema from Amazon GameLift API", "type": "object", "properties": { "RuntimeConfiguration": { "allOf": [ { "$ref": "#/components/schemas/RuntimeConfiguration" }, { "description": "The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown. " } ] } } }