Create a new game record in the authenticated user's repository.
Input
application/jsonageRatings
array
Optional
No description available.
alternativeNames
array
Optional
No description available.
applicationType
refgames.gamesgamesgamesgames.defs#applicationType
Optional
No description available.
engines
array
Optional
No description available.
genres
array
Optional
No description available.
keywords
array
Optional
No description available.
languageSupports
array
Optional
No description available.
media
array
Optional
No description available.
modes
array
Optional
No description available.
multiplayerModes
array
Optional
No description available.
name
string
Required
No description available.
parent
stringat-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
playerPerspectives
array
Optional
No description available.
releases
array
Optional
No description available.
shouldPublish
boolean
Optional
No description available.
slug
string
Optional
URL-friendly identifier for the game.
maxLength: 640 bytesstoryline
string
Optional
No description available.
summary
string
Optional
No description available.
themes
array
Optional
No description available.
timeToBeat
refgames.gamesgamesgamesgames.defs#timeToBeat
Optional
No description available.
videos
array
Optional
No description available.
websites
array
Optional
No description available.
Output
application/jsoncid
string
Required
No description available.
uri
stringat-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string",
"maxLength": 640,
"description": "URL-friendly identifier for the game."
},
"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"
}
},
"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": "Create a new game record in the authenticated user's repository."
}