app.blebbit.authr.folder.defs

blebbit.app

Documentation

folderForm object

No description available.

Properties

name string Optional

No description available.

public boolean Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "public": {
      "type": "boolean"
    }
  }
}
folderView object

No description available.

Properties

cuid string Optional

No description available.

name string Optional

No description available.

public boolean Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "cuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "public": {
      "type": "boolean"
    }
  }
}

Lexicon Garden

@