{
"id": "games.gamesgamesgamesgames.searchSlugs",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"slugs"
],
"properties": {
"slugs": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.searchSlugs#slugResult",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"maxLength": 64,
"minLength": 1,
"description": "The slug value to search for."
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 100
}
}
},
"description": "Search for slug records by slug value to check availability."
},
"slugResult": {
"type": "object",
"required": [
"slug",
"ref"
],
"properties": {
"ref": {
"type": "string",
"format": "at-uri"
},
"slug": {
"type": "string"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreic6zrgdboqqnmn6y35y552ernywodfsomeg44f5pj2zzq7v6mf6tu
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.searchSlugs