site.exosphere.featureRequest.entry

exosphere.site

{
  "id": "site.exosphere.featureRequest.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "subject"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 512
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the Sphere owner (the identity hosting the site.exosphere.sphere.profile record)."
          },
          "category": {
            "type": "string",
            "maxLength": 128,
            "knownValues": [
              "general",
              "enhancement",
              "bug",
              "integration",
              "ui-ux"
            ]
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 64
          },
          "description": {
            "type": "string",
            "maxLength": 10000
          }
        }
      },
      "description": "A feature request submitted to a Sphere. Published on the author's PDS for public Spheres."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.exosphere.featureRequest.entry

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tztfs5zp6b4feo4u64adfvmq
CID
bafyreidcmltjcffah24i4aujwfcuk2xgbcj3nw3xelwnuk4fj5a6anxrau
Indexed At
2026-04-01 16:32 UTC
AT-URI
at://did:plc:tztfs5zp6b4feo4u64adfvmq/com.atproto.lexicon.schema/site.exosphere.featureRequest.entry

Lexicon Garden

@