{
  "$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": "listMinimumBandwidthRulesForQoSPolicy",
      "enum": [
        "listMinimumBandwidthRulesForQoSPolicy",
        "createMinimumBandwidthRule",
        "showMinimumBandwidthRuleDetails",
        "updateMinimumBandwidthRule",
        "deleteMinimumBandwidthRule"
      ],
      "external_name": "ph_request_type"
    },
    "minKbps": {
      "type": "number",
      "description": "Filter the list result by the minimum KBPS (kilobits per second) value\nwhich should be available for port.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "min_kbps"
    },
    "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 minimum bandwidth rule attribute. You can specify multiple pairs\nof sort key and sort direction query parameters. The sort keys are limited\nto:",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "sort_key"
    },
    "policyId": {
      "type": "string",
      "description": "The ID of the QoS policy.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "policy_id"
    },
    "ruleId": {
      "type": "string",
      "description": "The ID of the QoS rule.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "rule_id"
    }
  },
  "definitions": {}
}