Amazon GameLift · JSON Structure

Gamelift List Scripts Output Structure

ListScriptsOutput schema from Amazon GameLift API

Type: object Properties: 2
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

ListScriptsOutput is a JSON Structure definition published by Amazon GameLift, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Scripts NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-list-scripts-output-structure.json",
  "name": "ListScriptsOutput",
  "description": "ListScriptsOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "Scripts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScriptList"
        },
        {
          "description": "A set of properties describing the requested script."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list."
        }
      ]
    }
  }
}