From 2f0facb71ceaff3f4b7584e78b3b143afd56485a Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 28 Apr 2020 22:22:55 +0100 Subject: [PATCH] fix: escape draft2019-09 schema --- Sources/Draft201909Validator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Draft201909Validator.swift b/Sources/Draft201909Validator.swift index 1b07cbc..918e0fd 100644 --- a/Sources/Draft201909Validator.swift +++ b/Sources/Draft201909Validator.swift @@ -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": [