games.gamesgamesgamesgames.defs

gamesgamesgamesgames.games

{
  "id": "games.gamesgamesgamesgames.defs",
  "defs": {
    "mode": {
      "type": "string",
      "knownValues": [
        "games.gamesgamesgamesgames.mode#battleRoyale",
        "games.gamesgamesgamesgames.mode#cooperative",
        "games.gamesgamesgamesgames.mode#mmo",
        "games.gamesgamesgamesgames.mode#multiplayer",
        "games.gamesgamesgamesgames.mode#singlePlayer",
        "games.gamesgamesgamesgames.mode#splitScreen"
      ]
    },
    "genre": {
      "type": "string",
      "knownValues": [
        "games.gamesgamesgamesgames.genre#fighting",
        "games.gamesgamesgamesgames.genre#music",
        "games.gamesgamesgamesgames.genre#platform",
        "games.gamesgamesgamesgames.genre#pointAndClick",
        "games.gamesgamesgamesgames.genre#puzzle",
        "games.gamesgamesgamesgames.genre#racing",
        "games.gamesgamesgamesgames.genre#rpg",
        "games.gamesgamesgamesgames.genre#rts",
        "games.gamesgamesgamesgames.genre#shooter",
        "games.gamesgamesgamesgames.genre#simulator"
      ]
    },
    "theme": {
      "type": "string",
      "knownValues": [
        "games.gamesgamesgamesgames.theme#4x",
        "games.gamesgamesgamesgames.theme#action",
        "games.gamesgamesgamesgames.theme#business",
        "games.gamesgamesgamesgames.theme#comedy",
        "games.gamesgamesgamesgames.theme#drama",
        "games.gamesgamesgamesgames.theme#educational",
        "games.gamesgamesgamesgames.theme#erotic",
        "games.gamesgamesgamesgames.theme#fantasy",
        "games.gamesgamesgamesgames.theme#historical",
        "games.gamesgamesgamesgames.theme#horror",
        "games.gamesgamesgamesgames.theme#kids",
        "games.gamesgamesgamesgames.theme#mystery",
        "games.gamesgamesgamesgames.theme#nonfiction",
        "games.gamesgamesgamesgames.theme#openWorld",
        "games.gamesgamesgamesgames.theme#party",
        "games.gamesgamesgamesgames.theme#romance",
        "games.gamesgamesgamesgames.theme#sandbox",
        "games.gamesgamesgamesgames.theme#scifi",
        "games.gamesgamesgamesgames.theme#stealth",
        "games.gamesgamesgamesgames.theme#survival",
        "games.gamesgamesgamesgames.theme#thriller",
        "games.gamesgamesgamesgames.theme#warfare"
      ]
    },
    "release": {
      "type": "object",
      "properties": {
        "platform": {
          "type": "string"
        },
        "releaseDates": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#releaseDate",
            "type": "ref"
          }
        }
      }
    },
    "mediaItem": {
      "type": "object",
      "properties": {
        "blob": {
          "type": "blob",
          "accept": [
            "image/*",
            "video/*"
          ],
          "maxSize": 500000
        },
        "title": {
          "type": "string"
        },
        "width": {
          "type": "integer"
        },
        "height": {
          "type": "integer"
        },
        "locale": {
          "type": "string"
        },
        "mediaType": {
          "enum": [
            "accoladesTrailer",
            "announcementTrailer",
            "artwork",
            "cinematicTrailer",
            "conceptArt",
            "cover",
            "coverAlt",
            "coverHistorical",
            "coverSquare",
            "cutscene",
            "devDiary",
            "gameplayImage",
            "gameplayTrailer",
            "icon",
            "infographic",
            "intro",
            "keyArt",
            "keyArtLogo",
            "launchTrailer",
            "logoBlack",
            "logoColor",
            "logoWhite",
            "releaseDateTrailer",
            "screenshot",
            "teaser",
            "trailer"
          ],
          "type": "string"
        },
        "description": {
          "type": "string"
        }
      }
    },
    "releaseDate": {
      "type": "object",
      "properties": {
        "region": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "knownValues": [
            "advancedAccess",
            "alpha",
            "beta",
            "cancelled",
            "digitalCompatibilityRelease",
            "earlyAccess",
            "nextGenOptimizationRelease",
            "offline",
            "release"
          ]
        },
        "releasedAt": {
          "type": "string"
        },
        "releasedAtFormat": {
          "enum": [
            "YYYY-MM-DD",
            "YYYY-MM",
            "YYYY-Q1",
            "YYYY-Q2",
            "YYYY-Q3",
            "YYYY-Q4",
            "YYYY",
            "TBD"
          ],
          "type": "string"
        }
      }
    },
    "gameDetailView": {
      "type": "object",
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "mode": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#mode",
            "type": "ref"
          }
        },
        "name": {
          "type": "string"
        },
        "summary": {
          "type": "string"
        },
        "applicationType": {
          "ref": "games.gamesgamesgamesgames.defs#applicationType",
          "type": "ref"
        }
      }
    },
    "applicationType": {
      "enum": [
        "games.gamesgamesgamesgames.applicationType#addon",
        "games.gamesgamesgamesgames.applicationType#bundle",
        "games.gamesgamesgamesgames.applicationType#dlc",
        "games.gamesgamesgamesgames.applicationType#episode",
        "games.gamesgamesgamesgames.applicationType#expandedGame",
        "games.gamesgamesgamesgames.applicationType#expansion",
        "games.gamesgamesgamesgames.applicationType#fork",
        "games.gamesgamesgamesgames.applicationType#game",
        "games.gamesgamesgamesgames.applicationType#mod",
        "games.gamesgamesgamesgames.applicationType#port",
        "games.gamesgamesgamesgames.applicationType#remake",
        "games.gamesgamesgamesgames.applicationType#remaster",
        "games.gamesgamesgamesgames.applicationType#season",
        "games.gamesgamesgamesgames.applicationType#standaloneExpansion",
        "games.gamesgamesgamesgames.applicationType#update"
      ],
      "type": "string"
    },
    "gameSummaryView": {
      "type": "object",
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "name": {
          "type": "string"
        },
        "summary": {
          "type": "string"
        }
      }
    },
    "playerPerspective": {
      "type": "string",
      "knownValues": [
        "games.gamesgamesgamesgames.playerPerspective#auditory",
        "games.gamesgamesgamesgames.playerPerspective#firstPerson",
        "games.gamesgamesgamesgames.playerPerspective#isometric",
        "games.gamesgamesgamesgames.playerPerspective#sideView",
        "games.gamesgamesgamesgames.playerPerspective#text",
        "games.gamesgamesgamesgames.playerPerspective#thirdPerson",
        "games.gamesgamesgamesgames.playerPerspective#topDown",
        "games.gamesgamesgamesgames.playerPerspective#vr"
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:il7eua5zbt4s2ly2jskjfz2t
CID
bafyreicrgtrzizz7j4gv2xufo2ejn55v5mcrth7poatv7xvtg3initiavu
Indexed At
2026-02-04 18:08 UTC
AT-URI
at://did:plc:il7eua5zbt4s2ly2jskjfz2t/com.atproto.lexicon.schema/games.gamesgamesgamesgames.defs

Version History (7 versions)

Lexicon Garden

@