app.blebbit.authr.page.record

blebbit.app

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

content string Optional

No description available.

cuid string Optional

No description available.

name string Optional

No description available.

public boolean Optional

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "cuid": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "public": {
        "type": "boolean"
      },
      "content": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@