app.userinput.space

userinput.app

{
  "id": "app.userinput.space",
  "defs": {
    "tag": {
      "type": "object",
      "required": [
        "value",
        "label"
      ],
      "properties": {
        "label": {
          "type": "string",
          "maxLength": 64,
          "description": "Human-readable display label."
        },
        "value": {
          "type": "string",
          "maxLength": 64,
          "description": "Stable machine value stored on discussions."
        }
      }
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "icon": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Optional space icon/logo."
          },
          "name": {
            "type": "string",
            "maxLength": 200,
            "maxGraphemes": 100
          },
          "tags": {
            "type": "array",
            "items": {
              "ref": "#tag",
              "type": "ref"
            },
            "maxLength": 24,
            "description": "The set of categories feedback in this space may be filed under."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 1500
          }
        }
      },
      "description": "A feedback space created by an organization. Lives in the owner's repo; the owner DID is the repo it is stored in."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.userinput.space

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@