{
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "properties": {
        "config": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "pluginName": {
          "type": "string"
        },
        "selector": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        }
      },
      "required": [
        "pluginName",
        "selector"
      ],
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
