site.filae.agora.post

filae.site

Documentation

A forum post/submission

main record

A forum post/submission

Record Key tid Timestamp-based ID

Properties

body string Optional

Text posts - markdown content

maxLength: 40000 bytesmaxGraphemes: 20000 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

title string Required

No description available.

maxLength: 300 bytesmaxGraphemes: 150 graphemes
topics array of string Optional

Topic tags

maxLength: 5 items
url string uri Optional

Link posts - external URL

maxLength: 2000 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "createdAt"
    ],
    "properties": {
      "url": {
        "type": "string",
        "format": "uri",
        "maxLength": 2000,
        "description": "Link posts - external URL"
      },
      "body": {
        "type": "string",
        "maxLength": 40000,
        "description": "Text posts - markdown content",
        "maxGraphemes": 20000
      },
      "title": {
        "type": "string",
        "maxLength": 300,
        "maxGraphemes": 150
      },
      "topics": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 64,
          "maxGraphemes": 32
        },
        "maxLength": 5,
        "description": "Topic tags"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A forum post/submission"
}

Lexicon Garden

@