uri indicating value "/rni/v2/subscriptions",
body containing
CellChangeSubscription
looking at the generated TDL file, there is the type 'CellChangeSubscription' in line 310, but it is not further refined. However in the yaml original file, this type is
CellChangeSubscription: title: CellChangeSubscription description: > This type represents a subscription to cell change notifications from Radio Network Information Service. NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. allOf: - $ref: '#/components/schemas/InlineSubscription' - required: - filterCriteriaAssocHo type: object anyOf: - oneOf: - required: - callbackReference - required: - websockNotifConfig properties: _links: $ref: '#/components/schemas/Links' callbackReference: type: string description: URI exposed by the client on which to receive notifications via HTTP. See note. websockNotifConfig: description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. $ref: '#/components/schemas/WebsockNotifConfig' expiryDeadline: $ref: '#/components/schemas/TimeStamp' filterCriteriaAssocHo: $ref: '#/components/schemas/FilterCriteriaAssocHo' requestTestNotification: type: boolean description: Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a.