site.exosphere.featureRequest.status

exosphere.site

Documentation

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.

main record

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.

Record Key tid Timestamp-based ID

Properties

status string Required

No description available.

maxLength: 128 bytes
Known values: requested, not-planned, approved, in-progress, done, duplicate
subject string at-uri Required

AT URI of the feature request whose status is being changed.

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

Lexicon Garden

@