support.supper.actor.project

supper.support

Documentation

Supper project showcase entry stored on the user's PDS. Creators list the projects they are working on with a title, description, and link.

main record

Supper project showcase entry stored on the user's PDS. Creators list the projects they are working on with a title, description, and link.

Record Key tid Timestamp-based ID

Properties

atHandle string handle Optional

Optional AT Protocol handle used as a display/link hint for the project. This is not a canonical account reference.

createdAt string datetime Required

When this project entry was first written.

description string Optional

Short description of the project.

maxLength: 5000 bytesmaxGraphemes: 500 graphemes
title string Required

Name of the project.

maxLength: 1000 bytesminLength: 1 bytesmaxGraphemes: 100 graphemes
url string uri Optional

Link to the project.

View raw schema
{
  "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."
}

Lexicon Garden

@