RniAPI.json 187 KB
Newer Older
            "$ref": "#/parameters/Body.CaReConfSubscriptionPost"
          }
        ],
        "responses": {
          "201": {
            "description": "Successful subscription to Carrier Aggregation Reconfiguration notifications",
            "schema": {
              "type": "object",
              "properties": {
                "CaReConfSubscription": {
                  "$ref": "#/definitions/CaReConfSubscription"
                }
              }
            },
            "examples": {
              "application/json": {
                "CaReConfSubscription": {
                  "callbackReference": "http://meAppClient.example.com/rni/v1/notifications/ca_reconf/77777",
                  "_links": {
                    "self": "http://meAppServer.example.com/rni/v1/subscriptions/ca_reconf/sub123"
                  },
                  "filterCriteriaAssoc": {
                    "appInsId": "app01",
                    "associateId": {
                      "type": "1",
                      "value": "192.0.2.0"
                    },
                    "plmn": {
                      "mnc": "01",
                      "mcc": "001"
                    },
                    "cellId": "0x800000B"
                  },
                  "expiryDeadline": {
                    "seconds": 1577836800,
                    "nanoSeconds": 0
                  }
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "406": {
            "description": "Not Acceptable",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "415": {
            "description": "Unsupported Media Type",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "422": {
            "description": "Unprocessable Entity",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            },
            "examples": {
              "application/problem+json": {
                "ProblemDetails": {
                  "type": "https://meAppServer.example.com/rni/v1/probs/too-many-targets",
                  "title": "Too many targets",
                  "status": "422",
                  "detail": "The target area for the request is considered too large",
                  "instance": "/meAppClient.example.com/77777/msgs/abc"
                }
              }
            }
          },
          "429": {
            "description": "Too Many Requests",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          }
        },
        "x-swagger-router-controller": "Default"
      }
    },
    "/subscriptions/ca_reconf/{subscriptionId}": {
      "get": {
        "description": "Creates a subscription to Carrier Aggregation Reconfiguration notifications from Radio Network Information Service",
        "operationId": "CaReConfSubscription_subscriptionsGET",
        "produces": [
          "application/json",
          "application/problem+json"
        ],
        "parameters": [
          {
            "$ref": "#/parameters/Path.subscrId"
          }
        ],
        "responses": {
          "201": {
            "description": "Subscription information regarding Carrier Aggregation Reconfiguration notifications",
            "schema": {
              "type": "object",
              "properties": {
                "CaReConfSubscription": {
                  "$ref": "#/definitions/CaReConfSubscription"
                }
              }
            },
            "examples": {
              "application/json": {
                "CaReConfSubscription": {
                  "callbackReference": "http://meAppClient.example.com/rni/v1/notifications/ca_reconf/77777",
                  "_links": {
                    "self": "http://meAppServer.example.com/rni/v1/subscriptions/ca_reconf/sub123"
                  },
                  "filterCriteriaAssoc": {
                    "appInsId": "app01",
                    "associateId": {
                      "type": "1",
                      "value": "192.0.2.0"
                    },
                    "plmn": {
                      "mnc": "01",
                      "mcc": "001"
                    },
                    "cellId": "0x800000B"
                  },
                  "expiryDeadline": {
                    "seconds": 1577836800,
                    "nanoSeconds": 0
                  }
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "406": {
            "description": "Not Acceptable",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "429": {
            "description": "Too Many Requests",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          }
        }
      },
      "put": {
        "description": "Updates a subscription to Carrier Aggregation Reconfiguration notifications from Radio Network Information Service",
        "operationId": "CaReConfSubscription_subscriptionsPUT",
        "produces": [
          "application/json",
          "application/problem+json"
        ],
        "parameters": [
          {
            "$ref": "#/parameters/Path.subscrId"
          },
          {
            "$ref": "#/parameters/Body.CaReConfSubscription"
          }
        ],
        "responses": {
          "201": {
            "description": "Successful subscription to Carrier Aggregation Reconfiguration notifications",
            "schema": {
              "type": "object",
              "properties": {
                "CaReConfSubscription": {
                  "$ref": "#/definitions/CaReConfSubscription"
                }
              }
            },
            "examples": {
              "application/json": {
                "CaReConfSubscription": {
                  "callbackReference": "http://meAppClient.example.com/rni/v1/notifications/ca_reconf/77777",
                  "_links": {
                    "self": "http://meAppServer.example.com/rni/v1/subscriptions/ca_reconf/sub123"
                  },
                  "filterCriteriaAssoc": {
                    "appInsId": "app01",
                    "associateId": {
                      "type": "1",
                      "value": "192.0.2.0"
                    },
                    "plmn": {
                      "mnc": "01",
                      "mcc": "001"
                    },
                    "cellId": "0x800000B"
                  },
                  "expiryDeadline": {
                    "seconds": 1577836800,
                    "nanoSeconds": 0
                  }
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "406": {
            "description": "Not Acceptable",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "412": {
            "description": "Precondition failed",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          },
          "422": {
            "description": "Unprocessable Entity",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            },
            "examples": {
              "application/problem+json": {
                "ProblemDetails": {
                  "type": "https://meAppServer.example.com/rni/v1/probs/too-many-targets",
                  "title": "Too many targets",
5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000
                  "status": "422",
                  "detail": "The target area for the request is considered too large",
                  "instance": "/meAppClient.example.com/77777/msgs/abc"
                }
              }
            }
          },
          "429": {
            "description": "Too Many Requests",
            "schema": {
              "type": "object",
              "properties": {
                "ProblemDetails": {
                  "$ref": "#/definitions/ProblemDetails"
                }
              }
            }
          }
        }
      },
      "delete": {
        "description": "Method to delete a subscription",
        "operationId": "CaReConf_subscriptionsSubscrIdDELETE",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "$ref": "#/parameters/Path.subscrId"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content"
          }
        },
        "x-swagger-router-controller": "Default"
      }
    }
  },
  "definitions": {
    "ProblemDetails": {
      "type": "object",
      "properties": {
        "type": {
          "$ref": "#/definitions/Problem.type"
        },
        "title": {
          "$ref": "#/definitions/Problem.title"
        },
        "status": {
          "$ref": "#/definitions/Problem.status"
        },
        "detail": {
          "$ref": "#/definitions/Problem.detail"
        },
        "instance": {
          "$ref": "#/definitions/Problem.instance"
        }
      }
    },
    "Problem.type": {
      "type": "string",
      "format": "uri",
      "description": "A URI reference according to IETF RFC 3986 that identifies the problem type"
    },
    "Problem.title": {
      "type": "string",
      "description": "A short, human-readable summary of the problem type"
    },
    "Problem.status": {
      "type": "integer",
      "format": "uint32",
      "description": "The HTTP status code for this occurrence of the problem"
    },
    "Problem.detail": {
      "type": "string",
      "description": "A human-readable explanation specific to this occurrence of the problem"
    },
    "Problem.instance": {
      "type": "string",
      "format": "uri",
      "description": "A URI reference that identifies the specific occurrence of the problem"
    },
    "PlmnInfo": {
      "type": "object",
      "required": [
        "appInsId",
        "ecgi"
      ],
      "properties": {
        "timeStamp": {
          "$ref": "#/definitions/TimeStamp"
        },
        "appInsId": {
          "$ref": "#/definitions/AppInsId"
        },
        "ecgi": {
          "$ref": "#/definitions/Ecgi"
        }
      }
    },
    "RabInfo": {
      "type": "object",
      "required": [
        "appInsId",
        "requestId"
      ],
      "properties": {
        "timeStamp": {
          "$ref": "#/definitions/TimeStamp"
        },
        "appInsId": {
          "$ref": "#/definitions/AppInsId"
        },
        "requestId": {
          "$ref": "#/definitions/RequestId"
        },
        "cellUserInfo": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CellUserInfo"
          }
        }
      }
    },
    "S1BearerInfo": {
      "type": "object",
      "required": [
        "s1UeInfo"
      ],
      "properties": {
        "timeStamp": {
          "$ref": "#/definitions/TimeStamp"
        },
        "s1UeInfo": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/S1UeInfo"
          }
        }
      }
    },
    "S1UeInfo": {
      "type": "object",
      "required": [
        "tempUeId",
        "ecgi",
        "s1BearerInfoDetailed"
      ],
      "properties": {
        "tempUeId": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TempUeId"
          }
        },
        "associateId": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AssociateId"
          }
        },
        "ecgi": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ecgi"
          }
        },
        "s1BearerInfoDetailed": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/S1BearerInfoDetailed"
          }
        }
      },
      "description": "The information on users per cell."
    },
    "S1BearerInfoDetailed": {
      "type": "object",
      "required": [
        "erabId",
        "s1EnbInfo"
      ],
      "properties": {
        "erabId": {
          "$ref": "#/definitions/ErabId"
        },
        "s1EnbInfo": {
          "$ref": "#/definitions/S1EnbInfo"
        },
        "sGwInfo": {
          "$ref": "#/definitions/SGwInfo"
        }
      },
      "description": "Information on UEs in the specific cell."
    },
    "ErabId": {
      "type": "integer",
      "format": "int32",
      "description": "The element that uniquely identifies a S1 bearer for a specific UE, as defined in ETSI TS 136 413",
      "example": 10
    },
    "TempUeId": {
      "type": "object",
      "required": [
        "mmec",
        "mtmsi"
      ],
      "properties": {
        "mmec": {
          "$ref": "#/definitions/Mmec"
        },
        "mtmsi": {
          "$ref": "#/definitions/Mtmsi"
        }
      }
    },
    "Mmec": {
      "type": "string",
      "description": "MMEC as defined in ETSI TS 136 413",
      "example": "0"
    },
    "Mtmsi": {
      "type": "string",
      "description": "M-TMSI as defined in ETSI TS 136 413",
      "example": "1234"
    },
    "S1EnbInfo": {
      "type": "object",
      "required": [
        "ipAddress",
        "tunnelId"
      ],
      "properties": {
        "ipAddress": {
          "type": "string",
          "description": "eNB transport layer address of this S1 bearer.",
          "example": "192.0.2.0"
        },
        "tunnelId": {
          "type": "string",
          "description": "eNB GTP-U TEID of this S1 bearer.",
          "example": "1111"
        }
      }
    },
    "SGwInfo": {
      "type": "object",
      "required": [
        "ipAddress",
        "tunnelId"
      ],
      "properties": {
        "ipAddress": {
          "type": "string",
          "description": "SGW transport layer address of this S1 bearer.",
          "example": "192.0.2.1"
        },
        "tunnelId": {
          "type": "string",
          "description": "SGW GTP-U TEID of this S1 bearer.",
          "example": "2222"
        }
      }
    },
    "TimeStamp": {
      "type": "object",
      "required": [
        "nanoSeconds",
        "seconds"
      ],
      "properties": {
        "seconds": {
          "type": "integer",
          "format": "uint32",
          "description": "The seconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC",
          "example": 1577836800
        },
        "nanoSeconds": {
          "type": "integer",
          "format": "uint32",
          "description": "The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC",
          "example": 0
        }
      }
    },
    "AppInsId": {
      "type": "string",
      "format": "string",
      "description": "Unique identifier for the mobile edge application instance",
      "example": "01"
    },
    "RequestId": {
      "type": "string",
      "format": "string",
      "description": "Unique identifier allocated by the Mobile Edge application for the  Information request.",
      "example": "01"
    },
    "CellUserInfo": {
      "type": "object",
      "required": [
        "ecgi",
        "ueInfo"
      ],
      "properties": {
        "ecgi": {
          "$ref": "#/definitions/Ecgi"
        },
        "ueInfo": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/UeInfo"
          }
        }
      },
      "description": "The information on users per cell."
    },
    "Ecgi": {
      "type": "object",
      "required": [
        "cellid",
        "plmn"
      ],
      "properties": {
        "plmn": {
          "$ref": "#/definitions/Plmn"
        },
        "cellid": {
          "$ref": "#/definitions/CellId"
        }
      },
      "description": "E-UTRAN CelI Global Identifier as defined in 3GPP TS 36.413"
    },
    "Plmn": {
      "type": "object",
      "required": [
        "mcc",
        "mnc"
      ],
      "properties": {
        "mcc": {
          "type": "string",
          "format": "string",
          "description": "The Mobile Country Code part of PLMN Identity as defined in 3GPP TS 36.413",
          "example": "001"
        },
        "mnc": {
          "type": "string",
          "format": "string",
          "description": "The Mobile Network Code part of PLMN Identity as defined in 3GPP TS 36.413",
          "example": "01"
        }
      }
    },
    "CellId": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "binary"
      },
      "description": "The E-UTRAN Cell Identity as a bit string (size (28)), as defined in 3GPP TS 36.413",
      "example": "0x800000A"
    },
    "UeInfo": {
      "type": "object",
      "required": [
        "erabInfo"
      ],
      "properties": {
        "associateId": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AssociateId"
          }
        },
        "erabInfo": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ErabQosParameters"
          }
        }
      },
      "description": "Information on UEs in the specific cell."
    },
    "AssociateId": {
      "type": "object",
      "required": [
        "type",
        "value"
      ],
      "properties": {
        "type": {
          "type": "string",
          "enum": [
            "RESERVED",
            "UE_IPV4_ADDRESS",
            "UE_IPV6_ADDRESS",
            "NATED_IP_ADDRESS",
            "GTP_TEID"
          ],
          "description": "Numeric value (0-255) corresponding to specified type of identifier",
          "example": "UE_IPV4_ADDRESS"
        },
        "value": {
          "type": "integer",
          "format": "int32",
          "description": "Value for the identifier",
          "example": 1
        }
      }
    },
    "ErabQosParameters": {
      "type": "object",
      "properties": {
        "qci": {
          "$ref": "#/definitions/ErabQosParameters_qci"
        }
      }
    },
    "Qci": {
      "type": "integer",
      "format": "int32",
      "description": "QoS Class Identifier as defined in TS 23.401",
      "example": 7
    },
    "QosInformation": {
      "type": "object",
      "required": [
        "erabGbrDl",
        "erabGbrUl",
        "erabMbrDl",
        "erabMbrUl"
      ],
      "properties": {
        "erabMbrDl": {
          "type": "integer",
          "format": "int32",
          "description": "This IE indicates the maximum downlink E-RAB Bit Rate as defined in TS 23.401 for this bearer.",
          "example": 10
        },
        "erabMbrUl": {
          "type": "integer",
          "format": "int32",
          "description": "This IE indicates the maximum uplink E-RAB Bit Rate as defined in TS 23.401 for this bearer.",
          "example": 10
        },
        "erabGbrDl": {
          "type": "integer",
          "format": "int32",
          "description": "This IE indicates the guaranteed  downlink E-RAB Bit Rate as defined in TS 23.401 for this bearer.",
          "example": 10
        },
        "erabGbrUl": {
          "type": "integer",
          "format": "int32",
          "description": "This IE indicates the guaranteed  uplink E-RAB Bit Rate as defined in TS 23.401 for this bearer.",
          "example": 10
        }
      }
    },
    "SusbcriptionLinkList": {
      "type": "object",
      "required": [
        "_links"
      ],
      "properties": {
        "_links": {
          "$ref": "#/definitions/LinkList"
        },
        "subscription": {
          "$ref": "#/definitions/Subscription"
        }
      }
    },
    "MeasRepUeSubscriptionPost": {
      "type": "object",
      "required": [
        "callbackReference",
        "filterCriteria"
      ],
      "properties": {
        "callbackReference": {
          "$ref": "#/definitions/CallbackReference"
        },
        "filterCriteria": {
          "$ref": "#/definitions/FilterCriteriaAssocTri"
        },
        "expiryDeadline": {
          "$ref": "#/definitions/TimeStamp"
        }
      }
    },
    "MeasRepUeSubscription": {
      "type": "object",
      "required": [
        "callbackReference",
        "_links",
        "filterCriteria"
      ],
      "properties": {
        "callbackReference": {
          "$ref": "#/definitions/CallbackReference"
        },
        "_links": {
          "$ref": "#/definitions/Link"
        },
        "filterCriteria": {
          "$ref": "#/definitions/FilterCriteriaAssocTri"
        },
        "expiryDeadline": {
          "$ref": "#/definitions/TimeStamp"
        }
      }
    },
    "S1BearerSubscriptionPost": {
      "type": "object",
      "required": [
        "callbackReference",
        "s1BearerSubscriptionCriteria"
      ],
      "properties": {
        "callbackReference": {
          "$ref": "#/definitions/CallbackReference"
        },
        "eventType": {
          "$ref": "#/definitions/EventType"
        },
        "s1BearerSubscriptionCriteria": {
          "$ref": "#/definitions/S1BearerSubscriptionCriteria"
        },
        "expiryDeadline": {
          "$ref": "#/definitions/TimeStamp"
        }
      }
    },
    "S1BearerSubscription": {
      "type": "object",
      "required": [
        "callbackReference",
        "_links",
        "s1BearerSubscriptionCriteria"
      ],
      "properties": {
        "callbackReference": {
          "$ref": "#/definitions/CallbackReference"
        },
        "_links": {
          "$ref": "#/definitions/Link"
        },
        "eventType": {
          "$ref": "#/definitions/EventType"
        },
        "s1BearerSubscriptionCriteria": {
          "$ref": "#/definitions/S1BearerSubscriptionCriteria"
        },
        "expiryDeadline": {
          "$ref": "#/definitions/TimeStamp"
        }
      }
    },
    "RabEstSubscription": {
      "type": "object",
      "required": [
        "callbackReference",
        "_links",
        "filterCriteria"
      ],
      "properties": {
        "callbackReference": {
          "$ref": "#/definitions/CallbackReference"
        },
        "_links": {
          "$ref": "#/definitions/Link"
        },
        "filterCriteria": {
          "$ref": "#/definitions/FilterCriteriaAssocQci"
        },
        "expiryDeadline": {
          "$ref": "#/definitions/TimeStamp"
        }
      }
    },
    "RabEstSubscriptionPost": {
      "type": "object",
      "required": [
        "callbackReference",
        "filterCriteria"
      ],
      "properties": {
        "callbackReference": {
          "$ref": "#/definitions/CallbackReference"
        },
        "filterCriteria": {
          "$ref": "#/definitions/FilterCriteriaAssocQci"
        },
        "expiryDeadline": {
          "$ref": "#/definitions/TimeStamp"
        }
      }
    },
    "RabModSubscription": {
      "type": "object",