{
  "$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": "showNetworkIPAvailability",
      "enum": [
        "showNetworkIPAvailability",
        "listNetworkIPAvailability"
      ],
      "external_name": "ph_request_type"
    },
    "networkId": {
      "type": "string",
      "description": "Filter the list result by the ID of the network whose IP availability\ndetail is reported.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "network_id"
    },
    "networkName": {
      "type": "string",
      "description": "Filter the list result by the human-readable name of the network.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "network_name"
    },
    "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"
    },
    "ipVersion": {
      "type": "number",
      "description": "Filter the list result by the IP protocol version.\nValid value is 4 or 6.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "ip_version"
    }
  },
  "definitions": {}
}