Loading MEC030_V2XInformationService.yaml +22 −1 Original line number Diff line number Diff line Loading @@ -261,6 +261,27 @@ paths: '429': $ref: '#/components/responses/429' callbacks: notification: '{$request.body#/callbackReference}': post: summary: 'Callback POST used to send a notification' description: 'A notification from VIS.' operationId: notificationPOST requestBody: description: Subscription notification required: true content: application/json: schema: oneOf: - $ref: '#/components/schemas/ProvChgUuUniNotification' - $ref: '#/components/schemas/ProvChgUuMbmsNotification' - $ref: '#/components/schemas/ProvChgPc5Notification' - $ref: '#/components/schemas/V2xMsgNotification' responses: '204': $ref: '#/components/responses/204' /subscriptions/{subscriptionId}: parameters: Loading Loading
MEC030_V2XInformationService.yaml +22 −1 Original line number Diff line number Diff line Loading @@ -261,6 +261,27 @@ paths: '429': $ref: '#/components/responses/429' callbacks: notification: '{$request.body#/callbackReference}': post: summary: 'Callback POST used to send a notification' description: 'A notification from VIS.' operationId: notificationPOST requestBody: description: Subscription notification required: true content: application/json: schema: oneOf: - $ref: '#/components/schemas/ProvChgUuUniNotification' - $ref: '#/components/schemas/ProvChgUuMbmsNotification' - $ref: '#/components/schemas/ProvChgPc5Notification' - $ref: '#/components/schemas/V2xMsgNotification' responses: '204': $ref: '#/components/responses/204' /subscriptions/{subscriptionId}: parameters: Loading