{
  "type": "object",
  "properties": {
    "operation": {
      "type": "string",
      "const": "read"
    },
    "readOne": {
      "type": "boolean",
      "const": true
    },
    "paramMatch": {
      "type": "object",
      "properties": {
      }
    },
    "filterMatch": {
      "type": "object",
      "properties": {
      }
    },
    "bodyMatch": {
      "type": "object",
      "properties": {
      }
    },
    "queryMatch": {
      "type": "object",
      "properties": {
      }
    },
    "dataJsonPath": {
      "type": "string"
    },
    "responseModel": {
      "type": "object",
      "properties": {
      }
    },
    "delay": {
      "type": "number"
    },
    "extensions": {
      "type": "object",
      "properties": {
        "withDefaultValues": {
          "type": "object",
          "properties": {
          }
        }
      }
    }
  },
  "required": ["operation", "readOne", "dataJsonPath"]
}
