{
"id": "games.gamesgamesgamesgames.slug",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"slug",
"ref"
],
"properties": {
"ref": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the record this slug points to."
},
"slug": {
"type": "string",
"maxLength": 64,
"minLength": 1,
"description": "The human-readable slug value used in URLs."
}
}
},
"description": "A human-readable/writable slug pointing to a separate record by the slug's creator."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}