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