blog.brookie.vault.info

brookie.blog

Documentation

What a vault is called. The protocol gives a space no name of its own — a space type declaration names the type, so every vault of this type would read alike — so the name lives here, inside the space, where it travels with it and any client can read it.

main record

What a vault is called. The protocol gives a space no name of its own — a space type declaration names the type, so every vault of this type would read alike — so the name lives here, inside the space, where it travels with it and any client can read it.

Record Key literal:self Fixed literal value

Properties

description string Optional

What this vault is for, shown to people it is shared with.

maxLength: 512 bytes
name string Required

Display name, e.g. 'Work notes'.

maxLength: 128 bytes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 128,
        "description": "Display name, e.g. 'Work notes'."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 512,
        "description": "What this vault is for, shown to people it is shared with."
      }
    }
  },
  "description": "What a vault is called. The protocol gives a space no name of its own — a space type declaration names the type, so every vault of this type would read alike — so the name lives here, inside the space, where it travels with it and any client can read it."
}

Lexicon Garden

@