{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-runtime-configuration-output-structure.json", "name": "DescribeRuntimeConfigurationOutput", "description": "DescribeRuntimeConfigurationOutput schema from Amazon GameLift API", "type": "object", "properties": { "RuntimeConfiguration": { "allOf": [ { "$ref": "#/components/schemas/RuntimeConfiguration" }, { "description": "Instructions that describe how server processes should be launched and maintained on each instance in the fleet." } ] } } }