16 lines
226 B
JSON
16 lines
226 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": ["type", "plugins"],
|
||
|
"properties": {
|
||
|
"type": {
|
||
|
"type": "string",
|
||
|
"enum": ["plugins_activated"]
|
||
|
},
|
||
|
"plugins": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|