app.userinput.discussion

userinput.app

{
  "id": "app.userinput.discussion",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "space",
          "title",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 20000,
            "maxGraphemes": 10000
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 8,
            "description": "Tag values drawn from the space's tag list."
          },
          "space": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the app.userinput.space this belongs to. Indexed by constellation at space.uri."
          },
          "title": {
            "type": "string",
            "maxLength": 600,
            "maxGraphemes": 300
          },
          "images": {
            "type": "array",
            "items": {
              "ref": "#image",
              "type": "ref"
            },
            "maxLength": 4,
            "description": "Optional image attachments."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A piece of feedback posted into a space. Lives in the author's repo and points at the space."
    },
    "image": {
      "type": "object",
      "required": [
        "image"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 2000
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/png",
            "image/jpeg",
            "image/webp",
            "image/gif"
          ],
          "maxSize": 1000000
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.userinput.discussion

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uyixj57k6nmxrdj7pjs2ss5s
CID
bafyreia3pm5ywlis5lzl2lokic57wbsr4cez4tkrc7xicf6i76a72j7ey4
Indexed At
2026-06-07 09:51 UTC
AT-URI
at://did:plc:uyixj57k6nmxrdj7pjs2ss5s/com.atproto.lexicon.schema/app.userinput.discussion

Lexicon Garden

@