From b9b5b623e934d963c403952006feabf6400db3f0 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Thu, 26 Feb 2026 12:08:08 -0800 Subject: [PATCH] restore "propertyName" as required in the discriminator object Erroneously removed in PR#4966. --- src/schemas/validation/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schemas/validation/meta.yaml b/src/schemas/validation/meta.yaml index 435807f4b5..1de81e024e 100644 --- a/src/schemas/validation/meta.yaml +++ b/src/schemas/validation/meta.yaml @@ -34,6 +34,8 @@ $defs: type: string propertyName: type: string + required: + - propertyName type: object unevaluatedProperties: false