app.ocho.plugin.service

ocho-lexicons.ocho.app

Documentation

The definitions for the plugin.

main record

The definitions for the plugin.

Record Key literal:self Fixed literal value

Properties

permissions array of string Required

Additional metadata for the plugin, including Expo client and Go configurations.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "permissions"
    ],
    "properties": {
      "db": {
        "ref": "app.ocho.plugin.defs#db",
        "type": "ref"
      },
      "permissions": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "Additional metadata for the plugin, including Expo client and Go configurations."
      }
    }
  },
  "description": "The definitions for the plugin."
}

Lexicon Garden

@