{
  "$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": "listLocalIPAssociations",
      "enum": [
        "listLocalIPAssociations",
        "createLocalIPAssociation",
        "deleteLocalIPAssociation"
      ],
      "external_name": "ph_request_type"
    },
    "fixedPortId": {
      "type": "string",
      "description": "The ID of the port associated with the Local IP.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "fixed_port_id"
    },
    "fixedIp": {
      "type": "string",
      "description": "Filter the Local IP Association list result by IP of associated ports",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "fixed_ip"
    },
    "sortDir": {
      "type": "string",
      "description": "Sort direction. A valid value is asc (ascending) or desc\n(descending). You can specify multiple pairs of sort key and\nsort direction query parameters.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "sort_dir"
    },
    "sortKey": {
      "type": "string",
      "description": "Sorts by a Local IP Association attribute. You can specify multiple pairs\nof sort key and sort direction query parameters.\nThe sort keys are limited to:",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "sort_key"
    },
    "localIpId": {
      "type": "string",
      "description": "The ID of the Local IP",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "local_ip_id"
    }
  },
  "definitions": {}
}