The definitions for the plugin.
Record Key
literal:self
Fixed literal value
Properties
db
ref
app.ocho.plugin.defs#db
Optional
No description available.
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."
}