{
"id": "blog.brookie.vault.info",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}