site.exosphere.featureRequest.comment

exosphere.site

Documentation

A comment on a feature request. Published on the commenter's PDS.

main record

A comment on a feature request. Published on the commenter's PDS.

Record Key tid Timestamp-based ID

Properties

content string Required

No description available.

maxLength: 5000 bytes
subject string at-uri Required

AT URI of the feature request being commented on.

updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "content"
    ],
    "properties": {
      "content": {
        "type": "string",
        "maxLength": 5000
      },
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the feature request being commented on."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A comment on a feature request. Published on the commenter's PDS."
}

Lexicon Garden

@