@@ -29,7 +29,7 @@ keywords described in this specification. In addition, a set of keywords is also
2929defined to assist in interactive user interface instance generation.
3030
3131This specification will use the concepts, syntax, and terminology defined by the
32- [ JSON Schema core] ( ./jsonschema-core ) specification.
32+ [ JSON Schema core] ( ./jsonschema-core.md ) specification.
3333
3434## Conventions and Terminology
3535The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
@@ -41,7 +41,7 @@ object instances. It uses the term "children instances" to refer to array
4141elements or object member values.
4242
4343Elements in an array value are said to be unique if no two elements of this
44- array are [ equal] ( ./jsonschema-core ) .
44+ array are [ equal] ( ./jsonschema-core.md ) .
4545
4646## Overview
4747
@@ -82,7 +82,8 @@ with such data.
8282
8383Keywords that use regular expressions, or constrain the instance value to be a
8484regular expression, are subject to the interoperability considerations for
85- regular expressions in the [ JSON Schema Core] ( ./jsonschema-core ) specification.
85+ regular expressions in the [ JSON Schema Core] ( ./jsonschema-core.md )
86+ specification.
8687
8788## Meta-Schema {#meta-schema}
8889
@@ -303,7 +304,8 @@ type, each distinct value will generally only validate a given set of instance
303304types. If the type of the instance to validate is not in this set, validation
304305for this keyword SHOULD succeed. All format values defined in this section apply
305306to strings, but a format value can be specified to apply to any instance types
306- defined in the data model defined in the [ core JSON Schema] ( ./jsonschema-core ) specification[ ^ 1 ] .
307+ defined in the data model defined in the [ core JSON
308+ Schema] ( ./jsonschema-core.md ) specification[ ^ 1 ] .
307309
308310[ ^ 1 ] : Note that the ` type ` keyword in this specification defines an "integer"
309311type which is not part of the data model. Therefore a format attribute can be
@@ -321,7 +323,9 @@ from previous iterations of this specification. Previously, `format` was an
321323annotation-only keyword by default and implementations that supported assertion
322324were required to offer some configuration that allowed users to explicitly
323325enable assertion. Assertion is now a requirement in order to meet user
324- expectations. See [ json-schema-org/json-schema-spec #1520 ] ( https://github.com/json-schema-org/json-schema-spec/issues/1520 ) for more.
326+ expectations. See [ json-schema-org/json-schema-spec
327+ #1520 ] ( https://github.com/json-schema-org/json-schema-spec/issues/1520 ) for
328+ more.
325329
326330In addition to the assertion behavior, this keyword also produces its value as
327331an annotation.
0 commit comments