From 477bd46874d2c8266007358f9ca335b0442cea18 Mon Sep 17 00:00:00 2001 From: egernug Date: Thu, 21 Sep 2023 17:51:21 +0100 Subject: Reinstate Spring Boot 3.0 after revert Issue-ID: CPS-1789 Signed-off-by: egernug Change-Id: Iee5c514ccdba36a387f83948d8a3ba26e6b1de5b --- cps-ncmp-rest/docs/openapi/components.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cps-ncmp-rest/docs/openapi/components.yaml') diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 243de6210..9bae794a3 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -223,12 +223,12 @@ components: state: $ref: '#/components/schemas/CmHandleCompositeState' CmHandlePublicProperties: - type: array + type: object items: type: object additionalProperties: type: string - example: Book Type + example: 'Book Type' CmHandleCompositeState: type: object properties: -- cgit 1.2.3-korg