{
  "$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": "searchNcs",
      "enum": [
        "searchNcs",
        "searchNcsV1",
        "searchNcsV2"
      ],
      "external_name": "ph_request_type"
    },
    "networkConstructExpectationsEquipmentIntentId": {
      "type": "string",
      "description": "(Optional) The equipment intent Id. NA results in all NetworkConstructs with no eqpIntentId. NOT query is supported.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "networkConstructExpectations\\.equipmentIntent\\.id"
    },
    "networkConstructExpectationsServiceIntentId": {
      "type": "string",
      "description": "(Optional) The service intent Id. NA results in all NetworkConstructs with no serviceIntentId. NOT query is supported.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "networkConstructExpectations\\.serviceIntent\\.id"
    },
    "equippedSlotUtilizationTotalCapacity": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct slot utilization total capacity",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedSlot\\.utilizationTotalCapacity"
    },
    "equippedSlotUtilizationUsedCapacity": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct slot utilization used capacity",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedSlot\\.utilizationUsedCapacity"
    },
    "equippedSlotUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct slot utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedSlot\\.utilizationPercent"
    },
    "equippedSlotStartUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct slot start utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedSlot\\.startUtilizationPercent"
    },
    "equippedSlotEndUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct slot end utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedSlot\\.endUtilizationPercent"
    },
    "equippedPluggableUtilizationTotalCapacity": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct pluggable utilization total capacity",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedPluggable\\.utilizationTotalCapacity"
    },
    "equippedPluggableUtilizationUsedCapacity": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct pluggable utilization used capacity",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedPluggable\\.utilizationUsedCapacity"
    },
    "equippedPluggableUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct pluggable utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedPluggable\\.utilizationPercent"
    },
    "equippedPluggableStartUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct pluggable start utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedPluggable\\.startUtilizationPercent"
    },
    "equippedPluggableEndUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct pluggable end utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "equippedPluggable\\.endUtilizationPercent"
    },
    "inUseByServiceSlotUtilizationTotalCapacity": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service slot utilization total capacity",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServiceSlot\\.utilizationTotalCapacity"
    },
    "inUseByServiceSlotUtilizationUsedCapacity": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service slot utilization used capacity",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServiceSlot\\.utilizationUsedCapacity"
    },
    "inUseByServiceSlotUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service slot utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServiceSlot\\.utilizationPercent"
    },
    "inUseByServiceSlotStartUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service slot start utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServiceSlot\\.startUtilizationPercent"
    },
    "inUseByServiceSlotEndUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service slot end utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServiceSlot\\.endUtilizationPercent"
    },
    "inUseByServicePluggableUtilizationTotalCapacity": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service pluggable utilization total capacity",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServicePluggable\\.utilizationTotalCapacity"
    },
    "inUseByServicePluggableUtilizationUsedCapacity": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service pluggable utilization used capacity",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServicePluggable\\.utilizationUsedCapacity"
    },
    "inUseByServicePluggableUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service pluggable utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServicePluggable\\.utilizationPercent"
    },
    "inUseByServicePluggableStartUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service pluggable start utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServicePluggable\\.startUtilizationPercent"
    },
    "inUseByServicePluggableEndUtilizationPercent": {
      "type": "string",
      "description": "(Optional) Allow filtering on networkConstruct used by service pluggable end utilization percent",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "inUseByServicePluggable\\.endUtilizationPercent"
    }
  },
  "definitions": {}
}