Skip to content

Commit

Permalink
find/replace overuse
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Jan 10, 2025
1 parent f8c323e commit fb6198a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs/jsonschema-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ A string instance is valid against this keyword if its length is less than, or
equal to, the value of this keyword.

The length of a string instance is defined as the number of its characters as
defined by [RFC 8259][RFC 8259].
defined by [RFC 8259][rfc8259].

#### `minLength`

Expand All @@ -202,7 +202,7 @@ A string instance is valid against this keyword if its length is greater than,
or equal to, the value of this keyword.

The length of a string instance is defined as the number of its characters as
defined by [RFC 8259][RFC 8259].
defined by [RFC 8259][rfc8259].

Omitting this keyword has the same behavior as a value of 0.

Expand Down Expand Up @@ -583,7 +583,7 @@ Another example:

Instances described by this schema are expected to be strings containing HTML,
using whatever character set the JSON string was decoded into. Per section 8.1
of [RFC 8259][RFC 8259], outside of an entirely closed system, this MUST be
of [RFC 8259][rfc8259], outside of an entirely closed system, this MUST be
UTF-8.

This example describes a JWT that is MACed using the HMAC SHA-256 algorithm, and
Expand Down

0 comments on commit fb6198a

Please sign in to comment.