app.blebbit.authr.page.defs

blebbit.app

Documentation

pageForm 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"
    }
  }
}
pageView object

No description available.

Properties

content string Optional

No description available.

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"
    },
    "content": {
      "type": "string"
    }
  }
}

Lexicon Garden

@