{
  "$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": "getNsiApiV4Tpes",
      "enum": [
        "getNsiApiV4Tpes",
        "postNsiApiV4Tpes",
        "putNsiApiV4TpesIdIdentifiers",
        "deleteNsiApiV4TpesIdIdentifiers",
        "getNsiApiV4TpesTpeId",
        "putNsiApiV4TpesTpeId",
        "postNsiApiV4TpesTpeIdExpectations",
        "patchNsiApiV4TpesTpeIdTpePlanned"
      ],
      "external_name": "ph_request_type"
    },
    "networkConstructId": {
      "type": "string",
      "description": "(Optional) Network Construct identifier",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "networkConstruct\\.id"
    },
    "bookingDataLockout": {
      "type": "string",
      "description": "(Optional)  Flag that enables/disables a link from having additional tunnel BW being consumed",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "bookingData\\.lockout"
    },
    "tpeExpectationsEquipmentIntentId": {
      "type": "string",
      "description": "(Optional) The equipment intent Id",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "tpeExpectations\\.equipmentIntent\\.id"
    },
    "tpeExpectationsServiceIntentId": {
      "type": "string",
      "description": "(Optional) The service intent Id",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "tpeExpectations\\.serviceIntent\\.id"
    }
  },
  "definitions": {}
}