{
  "$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": "listMeteringLabels",
      "enum": [
        "listMeteringLabels",
        "createMeteringLabel",
        "showMeteringLabelDetails",
        "deleteMeteringLabel",
        "listMeteringLabelRules",
        "createMeteringLabelRule",
        "showMeteringLabelRuleDetails",
        "deleteMeteringLabelRule"
      ],
      "external_name": "ph_request_type"
    },
    "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"
    },
    "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 metering label attribute. You can specify multiple pairs of\nsort key and sort direction query parameters. The sort keys are limited to:",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "sort_key"
    },
    "meteringLabelId": {
      "type": "string",
      "description": "Filter the metering rule list result by the ID of the metering label\nassociated with this metering rule.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "metering_label_id"
    },
    "remoteIpPrefix": {
      "type": "string",
      "description": "(deprecated) Filter the metering rule list result by the source IP prefix\nthat the metering rule associates with. By source IP prefix, one should\nread the internal/privat...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "remote_ip_prefix"
    },
    "sourceIpPrefix": {
      "type": "string",
      "description": "The source IP prefix that the metering rule is associated with; in this\ncontext, source IP prefix represents the source IP of the network packet.\nTherefore, for an ingres...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "source_ip_prefix"
    },
    "destinationIpPrefix": {
      "type": "string",
      "description": "The destination IP prefix that the metering rule is associated with; in\nthis context, destination IP prefix represents the destination IP of the\nnetwork packet. Therefore...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "destination_ip_prefix"
    },
    "meteringLabelRuleId": {
      "type": "string",
      "description": "The ID of the metering label rule.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "metering_label_rule_id"
    }
  },
  "definitions": {}
}