We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a4c21 commit cc381aaCopy full SHA for cc381aa
share/2019-09/output/schema.json
@@ -46,20 +46,20 @@
46
},
47
{
48
"if": {
49
- "oneOf": [
+ "anyOf": [
50
51
"properties": {
52
"keywordLocation": {
53
- "pattern": ".*/$ref/.*"
+ "pattern": "/\\$ref/"
54
}
55
- }
+ }
56
57
58
59
60
- "pattern": ".*/$recursiveRef/.*"
+ "pattern": "/\\$recursiveRef/"
61
62
63
64
]
65
@@ -79,8 +79,8 @@
79
80
"required": [ "valid" ]
81
82
- "basic": { "$ref": "#/outputUnit" },
83
- "detailed": { "$ref": "#/outputUnit" },
84
- "verbose": { "$ref": "#/outputUnit" }
+ "basic": { "$ref": "#/$defs/outputUnit" },
+ "detailed": { "$ref": "#/$defs/outputUnit" },
+ "verbose": { "$ref": "#/$defs/outputUnit" }
85
86
0 commit comments