Skip to content

Commit 5c57e99

Browse files
authored
Merge pull request #940 from karenetheridge/ether/output-schema-fixes
output schema fixes
2 parents 1d9c0d3 + 36d9fe5 commit 5c57e99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

output/schema.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@
4646
},
4747
{
4848
"if": {
49-
"oneOf": [
49+
"anyOf": [
5050
{
5151
"properties": {
5252
"keywordLocation": {
53-
"pattern": ".*/\\$ref/.*"
53+
"pattern": "/\\$ref/"
5454
}
5555
}
5656
},
5757
{
5858
"properties": {
5959
"keywordLocation": {
60-
"pattern": ".*/\\$recursiveRef/.*"
60+
"pattern": "/\\$recursiveRef/"
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)