{
  "$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": "getForRole",
      "enum": [
        "getForRole",
        "postForRole",
        "getGETForRole",
        "patchForRole",
        "putForRole",
        "deleteForRole",
        "getForRoleByName",
        "patchForRoleByName",
        "putForRoleByName",
        "deleteForRoleByName"
      ],
      "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"
    },
    "roleId": {
      "type": "number",
      "description": "Numeric ID of the role",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "role_id"
    }
  },
  "definitions": {}
}