app.bivri.bookmark.group

lexicons.bivri.app

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp of when the group was created.

name string Required

Name shown for the group.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
updatedAt string datetime Optional

Client-declared timestamp of the last edit to this record.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 640,
        "description": "Name shown for the group.",
        "maxGraphemes": 64
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp of when the group was created."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp of the last edit to this record."
      }
    }
  }
}

Lexicon Garden

@