diff --git a/output/schema.json b/output/schema.json index dce6fc0b..bef85935 100644 --- a/output/schema.json +++ b/output/schema.json @@ -46,18 +46,18 @@ }, { "if": { - "oneOf": [ + "anyOf": [ { "properties": { "keywordLocation": { - "pattern": ".*/\\$ref/.*" + "pattern": "/\\$ref/" } } }, { "properties": { "keywordLocation": { - "pattern": ".*/\\$recursiveRef/.*" + "pattern": "/\\$recursiveRef/" } } }