Amazon GameLift · JSON Structure

Gamelift Player Attribute Map Structure

PlayerAttributeMap schema from Amazon GameLift API

Type: object Properties: 0
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

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-player-attribute-map-structure.json",
  "name": "PlayerAttributeMap",
  "description": "PlayerAttributeMap schema from Amazon GameLift API",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/AttributeValue"
  }
}