From 1b2ab6fb85d9acccc5be969d3f0948099a36234d Mon Sep 17 00:00:00 2001 From: Ramesh Shanmugasundaram Date: Fri, 28 Jun 2024 14:54:45 +0100 Subject: [PATCH] Remove unused messages object in SessionInfo schema --- code/API_definitions/quality-on-demand.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml index 7973f2eb69..1397bcbcdc 100644 --- a/code/API_definitions/quality-on-demand.yaml +++ b/code/API_definitions/quality-on-demand.yaml @@ -549,10 +549,6 @@ components: $ref: "#/components/schemas/QosStatus" statusInfo: $ref: "#/components/schemas/StatusInfo" - messages: - type: array - items: - $ref: "#/components/schemas/Message" required: - sessionId - duration @@ -835,21 +831,6 @@ components: - 2001:db8:85a3:8d3::0/64 - 2001:db8:85a3:8d3::/64 - Message: - description: Message with additional information - type: object - properties: - severity: - description: Message severity - type: string - enum: ["INFO", "WARNING"] - description: - description: Detailed message text - type: string - required: - - severity - - description - QosStatus: description: | The current status of the requested QoS session. The status can be one of the following: