From b43a85addabb37fa16801cba0b5c2566f7dbccc9 Mon Sep 17 00:00:00 2001 From: Patrice Conil Date: Wed, 12 Jul 2023 11:33:03 +0200 Subject: [PATCH] fix(openapi): Add QOS_STATUS_CHANGED as Event sample , and remove typo on NETWORK_TERMINATED --- code/API_definitions/qod-api.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/code/API_definitions/qod-api.yaml b/code/API_definitions/qod-api.yaml index 973f1c3239..b3206eae8c 100644 --- a/code/API_definitions/qod-api.yaml +++ b/code/API_definitions/qod-api.yaml @@ -749,6 +749,17 @@ components: propertyName: eventType mapping: QOS_STATUS_CHANGED: "#/components/schemas/QosStatusChangedEvent" + example: + { + "eventId": "5698d710-9b1b-4695-a958-7b228f08128c", + "eventType": "QOS_STATUS_CHANGED", + "eventTime": "2023-05-30T10:18:28Z", + "eventDetail": { + "sessionId": "7698d710-98b7-4695-a958-7b228f08128c", + "qosStatus": "UNAVAILABLE", + "statusInfo": "DURATION_EXPIRED" + } + } EventId: type: string @@ -797,7 +808,7 @@ components: type: string enum: - DURATION_EXPIRED - - NETWORK_TERMINATED¡ + - NETWORK_TERMINATED Device: description: |