From c14754ef96709eceb7d8fa276b0c99644baa71f2 Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Sun, 10 May 2020 00:40:39 -0700 Subject: [PATCH] contentSchema: type MUST be a schema --- jsonschema-validation.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 20a6b799..06966a8d 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -1023,7 +1023,8 @@ JSON Schema's data model. - The value of this property SHOULD be ignored if "contentMediaType" is not present. + The value of this property MUST be a valid JSON schema. It SHOULD be ignored if + "contentMediaType" is not present.