From b4cb7c87d6cbe5fb6a30bb04e55e92216166ebad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heiko=20Thei=C3=9Fen?= Date: Wed, 11 Dec 2024 16:28:00 +0100 Subject: [PATCH 1/2] PropertyPaths in Capabilities.NavigationRestrictions/RestrictedProperties --- tools/tests/annotations.openapi3.json | 2 ++ tools/tests/annotations.swagger.json | 2 ++ tools/tests/annotations.xml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/tests/annotations.openapi3.json b/tools/tests/annotations.openapi3.json index b76926be..9e6ee92f 100644 --- a/tools/tests/annotations.openapi3.json +++ b/tools/tests/annotations.openapi3.json @@ -1896,6 +1896,8 @@ "items": { "type": "string", "enum": [ + "One", + "One desc", "Two", "Two desc" ] diff --git a/tools/tests/annotations.swagger.json b/tools/tests/annotations.swagger.json index dce97dda..9cc76fb0 100644 --- a/tools/tests/annotations.swagger.json +++ b/tools/tests/annotations.swagger.json @@ -1676,6 +1676,8 @@ "items": { "type": "string", "enum": [ + "One", + "One desc", "Two", "Two desc" ] diff --git a/tools/tests/annotations.xml b/tools/tests/annotations.xml index aea61059..b7ce997e 100644 --- a/tools/tests/annotations.xml +++ b/tools/tests/annotations.xml @@ -298,7 +298,7 @@ - One + AllMany/One From f98d7801cc251fca5d3144c6c89a56e07fb12bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heiko=20Thei=C3=9Fen?= Date: Wed, 11 Dec 2024 16:50:10 +0100 Subject: [PATCH 2/2] Corrected example --- examples/annotations.openapi3.json | 2 ++ examples/annotations.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/annotations.openapi3.json b/examples/annotations.openapi3.json index 3385beb0..1c6ce6ba 100644 --- a/examples/annotations.openapi3.json +++ b/examples/annotations.openapi3.json @@ -1982,6 +1982,8 @@ "items": { "type": "string", "enum": [ + "One", + "One desc", "Two", "Two desc" ] diff --git a/examples/annotations.xml b/examples/annotations.xml index 86c339b9..212ef2a6 100644 --- a/examples/annotations.xml +++ b/examples/annotations.xml @@ -317,7 +317,7 @@ - One + AllMany/One