From d8b18aeb510dcd25072721098fe06eac3658572c Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 5 Feb 2025 08:39:40 +0000 Subject: [PATCH 1/2] Rel19 CR0362 TS28.532 OpenAPI correction related to format of URI query parameters --- OpenAPI/TS28532_ProvMnS.yaml | 9 +++++---- OpenAPI/TS28532_StreamingDataMnS.yaml | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index ce913eb9a..b2d147cb1 100755 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -203,11 +203,12 @@ paths: in: query description: >- This parameter extends the set of targeted resources beyond the base - resource identified with the path component of the URI. No scoping - mechanism is specified in the present document. + resource identified with the path component of the URI. required: false - schema: - $ref: '#/components/schemas/Scope' + content: + application/json: + schema: + $ref: '#/components/schemas/Scope' style: form explode: true - name: filter diff --git a/OpenAPI/TS28532_StreamingDataMnS.yaml b/OpenAPI/TS28532_StreamingDataMnS.yaml index 6f7f94fc7..bcac29257 100755 --- a/OpenAPI/TS28532_StreamingDataMnS.yaml +++ b/OpenAPI/TS28532_StreamingDataMnS.yaml @@ -48,6 +48,8 @@ paths: in: query description: The list of connectionId for which the connection information is to be returned. required: false + style: form + explode: false schema: type: array items: @@ -187,6 +189,8 @@ paths: in: query description: The list of streamId for the stream(s) to be deleted. required: true + style: form + explode: false schema: type: array items: @@ -214,6 +218,8 @@ paths: in: query description: The list of streamId for which the stream information is to be retrieved. required: true + style: form + explode: false schema: type: array items: -- GitLab From 3afb130b3d8d213716848e632d6119469a182733 Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 5 Feb 2025 09:00:23 +0000 Subject: [PATCH 2/2] correction to validation issue --- OpenAPI/TS28532_ProvMnS.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index b2d147cb1..93f928a8e 100755 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -209,8 +209,6 @@ paths: application/json: schema: $ref: '#/components/schemas/Scope' - style: form - explode: true - name: filter in: query description: >- -- GitLab