{
  "type": "object",
  "properties": {
    "operation": {
      "type": "string",
      "const": "patch"
    },
    "paramMatch": {
      "type": "object",
      "properties": {
      }
    },
    "save": {
      "type": "boolean"
    },
    "returnEntity": {
      "type": "boolean"
    },
    "dataJsonPath": {
      "type": "string"
    },
    "responseModel": {
      "type": "object",
      "properties": {
      }
    },
    "delay": {
      "type": "number"
    },
    "extensions": {
      "type": "object",
      "properties": {
        "withDefaultValues": {
          "type": "object",
          "properties": {
          }
        }
      }
    }
  },
  "required": ["operation", "paramMatch", "save", "dataJsonPath", "returnEntity"]
}
