Skip to content

Commit 9484293

Browse files
committed
wrap lines properly
1 parent 177580f commit 9484293

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Diff for: specs/jsonschema-validation.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ from previous iterations of this specification. Previously, `format` was an
325325
annotation-only keyword by default and implementations that supported assertion
326326
were required to offer some configuration that allowed users to explicitly
327327
enable assertion. Assertion is now a requirement in order to meet user
328-
expectations. See [json-schema-org/json-schema-spec
329-
#1520](https://github.com/json-schema-org/json-schema-spec/issues/1520) for
330-
more.
328+
expectations. See
329+
[json-schema-org/json-schema-spec #1520](https://github.com/json-schema-org/json-schema-spec/issues/1520)
330+
for more.
331331

332332
In addition to the assertion behavior, this keyword also produces its value as
333333
an annotation.
@@ -350,9 +350,13 @@ instance.
350350

351351
#### Format Registry {#format-registry}
352352

353-
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>.
353+
In addition to the formats defined by this document, JSON Schema also maintains
354+
a registry of formats defined by other specifications and organizations. As of
355+
the publication of this document, the format registry can be found at
356+
<https://github.com/json-schema-org/json-schema-spec/blob/main/specs/registries/format.json>.
354357

355-
Implementations SHOULD support the formats listed in this registry as if they were defined by this document.
358+
Implementations SHOULD support the formats listed in this registry as if they
359+
were defined by this document.
356360

357361
#### Custom `format` Values
358362

0 commit comments

Comments
 (0)