app.blebbit.authr.group.record

blebbit.app

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

cuid string Optional

No description available.

description string Optional

No description available.

display 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"
      },
      "display": {
        "type": "string"
      },
      "description": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@