{
  "$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": "getForStaticHostList",
      "enum": [
        "getForStaticHostList",
        "postForStaticHostList",
        "getGETForStaticHostList",
        "patchForStaticHostList",
        "putForStaticHostList",
        "deleteForStaticHostList",
        "getForStaticHostListByName",
        "patchForStaticHostListByName",
        "putForStaticHostListByName",
        "deleteForStaticHostListByName"
      ],
      "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"
    },
    "staticHostListId": {
      "type": "number",
      "description": "Numeric ID of the static host list",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "static_host_list_id"
    }
  },
  "definitions": {}
}