Skip to content

Commit a301579

Browse files
committed
remove redundant $schema validation statement
1 parent 1114dc6 commit a301579

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jsonschema-core.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,7 @@ resources, unless such a resource itself declares a different dialect by
917917
including the `$schema` keyword with a different value.
918918

919919
The value of this keyword MUST be an [IRI](#rfc3987) (containing a scheme) and
920-
this IRI MUST be normalized. The current schema MUST be valid against the
921-
meta-schema identified by this IRI.
920+
this IRI MUST be normalized.
922921

923922
If this IRI identifies a retrievable resource, that resource SHOULD be of media
924923
type `application/schema+json`.

0 commit comments

Comments
 (0)