support.supper.actor.project

supper.support

{
  "id": "support.supper.actor.project",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "Link to the project."
          },
          "title": {
            "type": "string",
            "maxLength": 1000,
            "minLength": 1,
            "description": "Name of the project.",
            "maxGraphemes": 100
          },
          "atHandle": {
            "type": "string",
            "format": "handle",
            "description": "Optional AT Protocol handle used as a display/link hint for the project. This is not a canonical account reference."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this project entry was first written."
          },
          "description": {
            "type": "string",
            "maxLength": 5000,
            "description": "Short description of the project.",
            "maxGraphemes": 500
          }
        }
      },
      "description": "Supper project showcase entry stored on the user's PDS. Creators list the projects they are working on with a title, description, and link."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against support.supper.actor.project

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mcsqdltevtjpu26xthzzmm2l
CID
bafyreif3kto4yu6j2z2kyoj6imx3vxkk35sbsyt2gsbxbrlqgfkhz6o2ri
Indexed At
2026-09-17 17:23 UTC
AT-URI
at://did:plc:mcsqdltevtjpu26xthzzmm2l/com.atproto.lexicon.schema/support.supper.actor.project

Lexicon Garden

@