We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2232f5b commit 1b48546Copy full SHA for 1b48546
output/schema.json
@@ -50,16 +50,16 @@
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