Skip to content

Commit 691d039

Browse files
committed
update $dynamic* value in schemas
1 parent d263bf0 commit 691d039

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

output-test-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
"$defs": {
99
"test": {
10-
"$dynamicAnchor": "foo",
10+
"$dynamicAnchor": "test",
1111
"description": "A single output test",
1212

1313
"allOf": [

test-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"description": "A set of related tests all using the same schema",
2727
"type": "array",
2828
"items": {
29-
"$dynamicRef": "#foo",
29+
"$dynamicRef": "#test",
3030
"unevaluatedProperties": false
3131
},
3232
"minItems": 1
@@ -37,7 +37,7 @@
3737

3838
"$defs": {
3939
"test": {
40-
"$dynamicAnchor": "foo",
40+
"$dynamicAnchor": "test",
4141
"description": "A single test",
4242

4343
"type": "object",

0 commit comments

Comments
 (0)