Skip to content

Commit b9b5b62

Browse files
restore "propertyName" as required in the discriminator object
Erroneously removed in PR#4966.
1 parent fd43784 commit b9b5b62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schemas/validation/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ $defs:
3434
type: string
3535
propertyName:
3636
type: string
37+
required:
38+
- propertyName
3739
type: object
3840
unevaluatedProperties: false
3941

0 commit comments

Comments
 (0)