{
  "$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": "showAddressGroup",
      "enum": [
        "showAddressGroup",
        "createAddressGroup",
        "updateAnAddressGroup",
        "deleteAnAddressGroup",
        "listAddressGroups",
        "addIPAddressesToAddressGroup",
        "removeIPAddressesToAddressGroup"
      ],
      "external_name": "ph_request_type"
    },
    "addressGroupId": {
      "type": "string",
      "description": "The ID of the address group.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "address_group_id"
    },
    "tenantId": {
      "type": "string",
      "description": "Filter the list result by the ID of the project that owns the resource.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "tenant_id"
    },
    "projectId": {
      "type": "string",
      "description": "Filter the list result by the ID of the project that owns the resource.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "project_id"
    },
    "sortKey": {
      "type": "string",
      "description": "Sorts by an address group attribute. You can specify multiple pairs of sort\nkey and sort direction query parameters. The sort keys are limited to:",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "sort_key"
    }
  },
  "definitions": {}
}