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.
2 parents 1d9c0d3 + 36d9fe5 commit 5c57e99Copy full SHA for 5c57e99
output/schema.json
@@ -46,18 +46,18 @@
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
0 commit comments