From aa5b58c23717c07ce006f08b7217b8c38c90b434 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 07:07:02 +0000 Subject: [PATCH] Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com> --- specs/json-schema-ref-parser/test-siblings.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 specs/json-schema-ref-parser/test-siblings.yaml diff --git a/specs/json-schema-ref-parser/test-siblings.yaml b/specs/json-schema-ref-parser/test-siblings.yaml new file mode 100644 index 000000000..90bac2612 --- /dev/null +++ b/specs/json-schema-ref-parser/test-siblings.yaml @@ -0,0 +1,14 @@ +components: + schemas: + MainSchema: + type: object + properties: + typeField: + $ref: '#/components/schemas/SiblingSchema' + name: + type: string + SiblingSchema: + type: string + enum: + - TypeA + - TypeB -- 2.51.2