app.blebbit.authr.group.defs

blebbit.app

Documentation

groupForm object

No description available.

Properties

description string Optional

No description available.

display string Optional

No description available.

name string Required

No description available.

public boolean Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "public": {
      "type": "boolean"
    },
    "display": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}
groupView object

No description available.

Properties

cuid string Optional

No description available.

description string Optional

No description available.

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

Lexicon Garden

@