{
  "$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": "getTpes",
      "enum": [
        "getTpes",
        "postTpe",
        "postTpeTti",
        "updateTpeIdentifier",
        "deleteTpeIdentifier",
        "getTpe",
        "putTpeById",
        "deleteTpeById",
        "postNsiApiTpesTpeIdExpectations",
        "provisionOperations",
        "patchTpeExpectation",
        "putTpeSuppressionPort",
        "getTpeExpectations",
        "getTpeExpectation",
        "deleteTpeExpectation",
        "getTpePlanned",
        "putTpePlanned",
        "patchPlannedTpe",
        "putTpeUserData",
        "deleteTpeUserData"
      ],
      "external_name": "ph_request_type"
    },
    "networkConstructId": {
      "type": "string",
      "description": "(Optional) Network Construct identifier. In case of usage with limit parameter, paging will be enabled.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "networkConstruct\\.id"
    },
    "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"
    },
    "tpeExpectationsIntentId": {
      "type": "string",
      "description": "(Optional) The intent Id",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "tpeExpectations\\.intent\\.id"
    }
  },
  "definitions": {}
}