{
  "$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": "getTeamsOwnerProjects",
      "enum": [
        "getTeamsOwnerProjects",
        "postTeamsOwnerProjects",
        "deleteTeamsOwnerProjectsProjectKey",
        "getTeamsOwnerProjectsProjectKey",
        "putTeamsOwnerProjectsProjectKey"
      ],
      "external_name": "ph_request_type"
    },
    "body": {
      "description": "",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "_body"
    },
    "projectKey": {
      "description": "The project in question. This can either be the actual `key` assigned\nto the project or the `UUID` (surrounded by curly-braces (`{}`)).",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "project_key"
    }
  },
  "definitions": {}
}