19 lines
303 B
JSON
19 lines
303 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": ["type", "plugin", "version", "operator"],
|
||
|
"properties": {
|
||
|
"type": {
|
||
|
"type": "string",
|
||
|
"enum": ["plugin_version"]
|
||
|
},
|
||
|
"plugin": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"version": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"operator": {
|
||
|
"$ref": "#/definitions/operations"
|
||
|
}
|
||
|
}
|
||
|
}
|