space.priiv.post

samuel-in-space.spaces-alpha.bsky.network View official

Documentation

A short post in the author's Priiv space. Only records authored by the space authority are posts in that space.

main record

A short post in the author's Priiv space. Only records authored by the space authority are posts in that space.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

text string Required

No description available.

maxLength: 12000 bytesminLength: 1 bytesmaxGraphemes: 120 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "text",
      "createdAt"
    ],
    "properties": {
      "text": {
        "type": "string",
        "maxLength": 12000,
        "minLength": 1,
        "maxGraphemes": 120
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A short post in the author's Priiv space. Only records authored by the space authority are posts in that space."
}

Lexicon Garden

@