games.gamesgamesgamesgames.putGame
{
"id": "games.gamesgamesgamesgames.putGame",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uri",
"name"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"name": {
"type": "string"
},
"media": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#mediaItem",
"type": "ref"
}
},
"modes": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#mode",
"type": "ref"
}
},
"genres": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#genre",
"type": "ref"
}
},
"parent": {
"type": "string",
"format": "at-uri"
},
"themes": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#theme",
"type": "ref"
}
},
"videos": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#externalVideo",
"type": "ref"
}
},
"engines": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"summary": {
"type": "string"
},
"keywords": {
"type": "array",
"items": {
"type": "string"
}
},
"releases": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#release",
"type": "ref"
}
},
"websites": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#website",
"type": "ref"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"storyline": {
"type": "string"
},
"ageRatings": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#ageRating",
"type": "ref"
}
},
"timeToBeat": {
"ref": "games.gamesgamesgamesgames.defs#timeToBeat",
"type": "ref"
},
"shouldPublish": {
"type": "boolean"
},
"applicationType": {
"ref": "games.gamesgamesgamesgames.defs#applicationType",
"type": "ref"
},
"alternativeNames": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#alternativeName",
"type": "ref"
}
},
"languageSupports": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#languageSupport",
"type": "ref"
}
},
"multiplayerModes": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#multiplayerMode",
"type": "ref"
}
},
"playerPerspectives": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#playerPerspective",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string"
},
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Update an existing game record in the authenticated user's repository."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store - CID
-
bafyreicphe5ay4oaegij3wh3iu7j55sl74topzlsn2ojfidqo6a4i46sse - Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.putGame
Referenced Schemas (14)
- games.gamesgamesgamesgames.defs#ageRating
- games.gamesgamesgamesgames.defs#alternativeName
- games.gamesgamesgamesgames.defs#applicationType
- games.gamesgamesgamesgames.defs#externalVideo
- games.gamesgamesgamesgames.defs#genre
- games.gamesgamesgamesgames.defs#languageSupport
- games.gamesgamesgamesgames.defs#mediaItem
- games.gamesgamesgamesgames.defs#mode
- games.gamesgamesgamesgames.defs#multiplayerMode
- games.gamesgamesgamesgames.defs#playerPerspective
- games.gamesgamesgamesgames.defs#release
- games.gamesgamesgamesgames.defs#theme
- games.gamesgamesgamesgames.defs#timeToBeat
- games.gamesgamesgamesgames.defs#website