social.respawn.list

respawn.social

{
  "id": "social.respawn.list",
  "defs": {
    "item": {
      "type": "object",
      "required": [
        "game"
      ],
      "properties": {
        "game": {
          "ref": "social.respawn.defs#gameRef",
          "type": "ref"
        },
        "cover": {
          "ref": "social.respawn.defs#cover",
          "type": "ref"
        }
      }
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "slug",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 1000,
            "maxGraphemes": 100
          },
          "slug": {
            "type": "string",
            "maxLength": 200,
            "description": "URL slug, unique within the actor's repo. Generated from the name."
          },
          "items": {
            "type": "array",
            "items": {
              "ref": "#item",
              "type": "ref"
            },
            "maxLength": 1000
          },
          "ranked": {
            "type": "boolean",
            "description": "Whether item order represents a ranking."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "ref": "#description",
            "type": "ref"
          }
        }
      },
      "description": "A curated list of games. Interaction settings are controlled by a social.respawn.feed.gate record with the same rkey."
    },
    "description": {
      "type": "object",
      "required": [
        "text"
      ],
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 30000,
          "maxGraphemes": 3000
        },
        "facets": {
          "type": "array",
          "items": {
            "ref": "social.respawn.richtext.facet",
            "type": "ref"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.respawn.list

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:hiabolqnnpdnrb5grmdaaepg
CID
bafyreigqalae72xwzjkulwqubas7wuvf5mmmh6qmkf2xksblhh362arxtm
Indexed At
2026-08-18 03:23 UTC
AT-URI
at://did:plc:hiabolqnnpdnrb5grmdaaepg/com.atproto.lexicon.schema/social.respawn.list

Referenced Schemas (3)

Lexicon Garden

@