{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": true,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "getForProxyTarget",
      "enum": [
        "getForProxyTarget",
        "postForProxyTarget",
        "getGETForProxyTarget",
        "patchForProxyTarget",
        "putForProxyTarget",
        "deleteForProxyTarget",
        "getForProxyTargetByName",
        "patchForProxyTargetByName",
        "putForProxyTargetByName",
        "deleteForProxyTargetByName"
      ],
      "external_name": "ph_request_type"
    },
    "calculateCount": {
      "type": "boolean",
      "description": "Whether to calculate the total item count",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "calculate_count"
    },
    "proxyTargetId": {
      "type": "number",
      "description": "Numeric ID of the proxy target",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "proxy_target_id"
    }
  },
  "definitions": {}
}