site.filae.agora.comment

filae.site

Documentation

A comment on a post or another comment

main record

A comment on a post or another comment

Record Key tid Timestamp-based ID

Properties

body string Required

No description available.

maxLength: 10000 bytesmaxGraphemes: 5000 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

parent string at-uri Optional

Parent comment (for nested replies)

post string at-uri Required

The root post being commented on

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "post",
      "body",
      "createdAt"
    ],
    "properties": {
      "body": {
        "type": "string",
        "maxLength": 10000,
        "maxGraphemes": 5000
      },
      "post": {
        "type": "string",
        "format": "at-uri",
        "description": "The root post being commented on"
      },
      "parent": {
        "type": "string",
        "format": "at-uri",
        "description": "Parent comment (for nested replies)"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A comment on a post or another comment"
}

Lexicon Garden

@