Skip to content

Commit 2f0facb

Browse files
committed
fix: escape draft2019-09 schema
1 parent be0a85f commit 2f0facb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Draft201909Validator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
9898
"default": {}
9999
},
100100
"dependencies": {
101-
"$comment": "\"dependencies\" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \"dependentSchemas\" and \"dependentRequired\"",
101+
"$comment": "\\"dependencies\\" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \\"dependentSchemas\\" and \\"dependentRequired\\"",
102102
"type": "object",
103103
"additionalProperties": {
104104
"anyOf": [

0 commit comments

Comments
 (0)