From 0b3920f5db25e4bc1be7d67fde8b6acb1f37721b Mon Sep 17 00:00:00 2001 From: Ayesha Ayub Date: Fri, 12 Jul 2024 14:35:01 +0500 Subject: [PATCH] small fix error in the swagger file of MEC011 app-support API --- go-apps/meep-app-enablement/api/app-support/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-apps/meep-app-enablement/api/app-support/swagger.yaml b/go-apps/meep-app-enablement/api/app-support/swagger.yaml index 5ec671fb2..fb7bb25dd 100644 --- a/go-apps/meep-app-enablement/api/app-support/swagger.yaml +++ b/go-apps/meep-app-enablement/api/app-support/swagger.yaml @@ -2250,7 +2250,7 @@ components: description: >- Requested permissions regarding the access of the application to the service. See clause 8.2 of ETSI GS MEC 009 [4]. The format of this attribute is left for the data model design stage. minItems: 0 - type: array + type: string serCategory: $ref: '#/components/schemas/CategoryRef' serName: -- GitLab