app.bulleted.space

ngerakines.me

Documentation

A permissioned space holding outlines. The record key is the space key; 'self' is the default space.

main record

A permissioned space holding outlines. The record key is the space key; 'self' is the default space.

Record Key any Any valid record key

Properties

createdAt string datetime Required

When the space was created.

description string Optional

Longer summary of the space.

maxLength: 3000 bytes
name string Optional

Display name for the space.

maxLength: 1000 bytes
owner string did Required

DID that owns the space.

spaceKey string Required

The 0016 space key.

maxLength: 512 bytes
spaceType string nsid Optional

The 0016 space type NSID. Absent means app.bulleted.space.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "owner",
      "spaceKey",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 1000,
        "description": "Display name for the space."
      },
      "owner": {
        "type": "string",
        "format": "did",
        "description": "DID that owns the space."
      },
      "spaceKey": {
        "type": "string",
        "maxLength": 512,
        "description": "The 0016 space key."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the space was created."
      },
      "spaceType": {
        "type": "string",
        "format": "nsid",
        "description": "The 0016 space type NSID. Absent means app.bulleted.space."
      },
      "description": {
        "type": "string",
        "maxLength": 3000,
        "description": "Longer summary of the space."
      }
    }
  },
  "description": "A permissioned space holding outlines. The record key is the space key; 'self' is the default space."
}

Lexicon Garden

@