dk.raakode.lab.groups.post

lexauthority.pds1.lab.raakode.dk

Documentation

A post in a group. Written by its author into the author's own repo in the group's space; no other party can write or delete it.

main record

A post in a group. Written by its author into the author's own repo in the group's space; no other party can write or delete it.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

text string Required

No description available.

maxLength: 10000 bytesmaxGraphemes: 1000 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "text",
      "createdAt"
    ],
    "properties": {
      "text": {
        "type": "string",
        "maxLength": 10000,
        "maxGraphemes": 1000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A post in a group. Written by its author into the author's own repo in the group's space; no other party can write or delete it."
}

Lexicon Garden

@