From 75aa970bcc48574c3919cb09a2d8e1648337ac7a Mon Sep 17 00:00:00 2001 From: LasneF Date: Tue, 5 Mar 2024 12:44:11 +0100 Subject: [PATCH] Update jsonschema-validation.md - fix Typo fixing https://github.com/json-schema-org/json-schema-spec/issues/1356 --- jsonschema-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema-validation.md b/jsonschema-validation.md index 43ad6946..acf6b781 100644 --- a/jsonschema-validation.md +++ b/jsonschema-validation.md @@ -376,7 +376,7 @@ is the recommended best practice. When the Format-Assertion vocabulary is declared with a value of true, implementations MUST provide full validation support for all of the formats -defined by this specificaion. Implementations that cannot provide full +defined by this specification. Implementations that cannot provide full validation support MUST refuse to process the schema. An implementation that supports the Format-Assertion vocabulary: