site.exosphere.featureRequest.status

exosphere.site

{
  "id": "site.exosphere.featureRequest.status",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "status"
        ],
        "properties": {
          "status": {
            "type": "string",
            "maxLength": 128,
            "knownValues": [
              "requested",
              "not-planned",
              "approved",
              "in-progress",
              "done",
              "duplicate"
            ]
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the feature request whose status is being changed."
          }
        }
      },
      "description": "A status change on a feature request, published by an admin/owner on their PDS. Third-party indexers can replay these to derive the current status of a request."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.exosphere.featureRequest.status

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@