site.exosphere.featureRequest.entry

exosphere.site

Documentation

A feature request submitted to a Sphere. Published on the author's PDS for public Spheres.

main record

A feature request submitted to a Sphere. Published on the author's PDS for public Spheres.

Record Key tid Timestamp-based ID

Properties

category string Optional

No description available.

maxLength: 128 bytes
Known values: general, enhancement, bug, integration, ui-ux
description string Optional

No description available.

maxLength: 10000 bytes
subject string did Required

DID of the Sphere owner (the identity hosting the site.exosphere.sphere.profile record).

title string Required

No description available.

maxLength: 512 bytes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

maxLength: 64 bytes
View raw schema
{
  "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."
}

Lexicon Garden

@