{
  "$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": "showPortForwarding",
      "enum": [
        "showPortForwarding",
        "updateAPortForwarding",
        "deleteAFloatingIPPortForwarding",
        "listFloatingIPPortForwardings",
        "createPortForwarding"
      ],
      "external_name": "ph_request_type"
    },
    "floatingipId": {
      "type": "string",
      "description": "The ID of the floating IP address.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "floatingip_id"
    },
    "portForwardingId": {
      "type": "string",
      "description": "The ID of the floating IP port forwarding.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "port_forwarding_id"
    },
    "internalPortId": {
      "type": "string",
      "description": "Filter the list result by the ID of the internal Neutron port.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "internal_port_id"
    },
    "externalPort": {
      "type": "number",
      "description": "Filter the list result by the TCP/UDP/other protocol port number of the\nfloating IP.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "external_port"
    },
    "externalPortRange": {
      "type": "string",
      "description": "Filter the list result by the TCP/UDP/other protocol port range of the\nfloating IP.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "external_port_range"
    },
    "sortKey": {
      "type": "string",
      "description": "Sorts by a floating IP port forwarding attribute. You can specify multiple\npairs of sort key and sort direction query parameters. The sort keys are\nlimited to:",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "sort_key"
    },
    "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"
    }
  },
  "definitions": {}
}