We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d263bf0 commit 691d039Copy full SHA for 691d039
output-test-schema.json
@@ -7,7 +7,7 @@
7
8
"$defs": {
9
"test": {
10
- "$dynamicAnchor": "foo",
+ "$dynamicAnchor": "test",
11
"description": "A single output test",
12
13
"allOf": [
test-schema.json
@@ -26,7 +26,7 @@
26
"description": "A set of related tests all using the same schema",
27
"type": "array",
28
"items": {
29
- "$dynamicRef": "#foo",
+ "$dynamicRef": "#test",
30
"unevaluatedProperties": false
31
},
32
"minItems": 1
@@ -37,7 +37,7 @@
37
38
39
40
41
"description": "A single test",
42
43
"type": "object",
0 commit comments