Amazon GameLift · Schema

DescribeComputeOutput

DescribeComputeOutput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
Compute object
View JSON Schema on GitHub

JSON Schema

gamelift-describe-compute-output-schema.json Raw ↑
{
  "$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-compute-output-schema.json",
  "title": "DescribeComputeOutput",
  "description": "DescribeComputeOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "Compute": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Compute"
        },
        {
          "description": "The details of the compute resource you registered to the specified fleet."
        }
      ]
    }
  }
}