From aa44dd7264e6264ec3ec569f9f4be081927a67cb Mon Sep 17 00:00:00 2001 From: soyuka Date: Thu, 30 Nov 2023 11:21:43 +0100 Subject: [PATCH] fix(openapi): max cardinality --- features/openapi/docs.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/openapi/docs.feature b/features/openapi/docs.feature index 8e0d5397a8c..25407127dfc 100644 --- a/features/openapi/docs.feature +++ b/features/openapi/docs.feature @@ -388,6 +388,7 @@ Feature: Documentation support And the "data" property for the OpenAPI class "WrappedResponseEntity.CustomOutputEntityWrapperDto-read" should be equal to: """ { + "owl:maxCardinality": 1, "$ref": "#\/components\/schemas\/WrappedResponseEntity-read" } """