{
"type": "object",
"required": ["type", "plugin", "version", "operator"],
"properties": {
"type": {
"type": "string",
"enum": ["plugin_version"]
},
"plugin": {
"type": "string"
"version": {
"operator": {
"$ref": "#/definitions/operations"
}