com.crashthearcade.list

crashthearcade.com

{
  "id": "com.crashthearcade.list",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "items",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "Public URL to view this list on Crash the Arcade"
          },
          "name": {
            "type": "string",
            "maxLength": 256
          },
          "items": {
            "type": "array",
            "items": {
              "ref": "#listItem",
              "type": "ref"
            }
          },
          "numbered": {
            "type": "boolean",
            "description": "Whether to display position numbers on items"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A ranked list of games created by a user"
    },
    "listItem": {
      "type": "object",
      "required": [
        "igdbId",
        "title",
        "position"
      ],
      "properties": {
        "award": {
          "type": "string",
          "maxLength": 128,
          "description": "Optional label or emoji award for this entry"
        },
        "title": {
          "type": "string",
          "maxLength": 256
        },
        "igdbId": {
          "type": "integer"
        },
        "coverUrl": {
          "type": "string",
          "format": "uri"
        },
        "position": {
          "type": "integer",
          "minimum": 1
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.crashthearcade.list

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:crwol3wvv2w2lvvognhvd5cm
CID
bafyreib4owlhio2iclez5e7g4j26q3wwfseeskefrzrbg5p4maqecu7vp4
Indexed At
2026-04-23 03:22 UTC
AT-URI
at://did:plc:crwol3wvv2w2lvvognhvd5cm/com.atproto.lexicon.schema/com.crashthearcade.list

Version History (2 versions)

Lexicon Garden

@