Skip to content

Commit 59a6ef1

Browse files
committed
wrap lines properly
1 parent 2e1f51b commit 59a6ef1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

specs/jsonschema-validation.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,9 @@ from previous iterations of this specification. Previously, `format` was an
321321
annotation-only keyword by default and implementations that supported assertion
322322
were required to offer some configuration that allowed users to explicitly
323323
enable 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.
324+
expectations. See
325+
[json-schema-org/json-schema-spec #1520](https://github.com/json-schema-org/json-schema-spec/issues/1520)
326+
for more.
325327

326328
In addition to the assertion behavior, this keyword also produces its value as
327329
an annotation.
@@ -344,9 +346,13 @@ instance.
344346

345347
#### Format Registry {#format-registry}
346348

347-
In addition to the formats defined by this document, JSON Schema also maintains a registry of formats defined by other specifications and organizations. As of the publication of this document, the format registry can be found at <https://github.com/json-schema-org/json-schema-spec/blob/main/specs/registries/format.json>.
349+
In addition to the formats defined by this document, JSON Schema also maintains
350+
a registry of formats defined by other specifications and organizations. As of
351+
the publication of this document, the format registry can be found at
352+
<https://github.com/json-schema-org/json-schema-spec/blob/main/specs/registries/format.json>.
348353

349-
Implementations SHOULD support the formats listed in this registry as if they were defined by this document.
354+
Implementations SHOULD support the formats listed in this registry as if they
355+
were defined by this document.
350356

351357
#### Custom `format` Values
352358

0 commit comments

Comments
 (0)