Skip to content

Commit

Permalink
fix: escape draft2019-09 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Apr 28, 2020
1 parent be0a85f commit 2f0facb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Draft201909Validator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
"default": {}
},
"dependencies": {
"$comment": "\"dependencies\" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \"dependentSchemas\" and \"dependentRequired\"",
"$comment": "\\"dependencies\\" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \\"dependentSchemas\\" and \\"dependentRequired\\"",
"type": "object",
"additionalProperties": {
"anyOf": [
Expand Down

0 comments on commit 2f0facb

Please # to comment.