Skip to content

Commit 609d03c

Browse files
committed
tweak to wording on array-ext vocab
1 parent 893b761 commit 609d03c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_docs/schema/vocabs/array-ext.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ The `by` pointer is relative to each item and identifies a value by which the it
149149

150150
The order direction is determined by `direction`, which MUST be either `asc` for ascending ordering or `desc` for descending ordering. `direction` applies to both numbers and strings. Omitting this property has the same behavior as including it with `asc`.
151151

152-
The value of `culture` MUST be the string `none`, which indicates the values should be ordered by Unicode code point, or a valid language code as defined by [RFC 4646](https://datatracker.ietf.org/doc/html/rfc4646) to indicate a locale. If the value is a language code which is not recognized or supported by an implementation, it MUST refuse to process the schema. Omitting this keyword has the same behavior as including it with `none`.
152+
The value of `culture` MUST be the string `none`, which indicates the values should be ordered by Unicode code point, or a valid language code as defined by [RFC 4646](https://datatracker.ietf.org/doc/html/rfc4646) to indicate a locale. If the value is a language code which is not recognized or supported, the implementation MUST refuse to process the schema. Omitting this property has the same behavior as including it with `none`.
153153

154-
The value of `ignoreCase` MUST be a boolean. Its value indicates whether the sorting should consider character casing. The value of this property may not apply to some locales. Omitting this keyword has the same behavior as including it with `false`.
154+
The value of `ignoreCase` MUST be a boolean. Its value indicates whether the sorting should consider character casing. The value of this property may not apply to some locales. Omitting this property has the same behavior as including it with `false`.
155155

156156
Specifier objects are listed in priority order. That is, for validation to succeed, the items MUST be ordered first by the first specifier, then by the second, and so on.
157157

0 commit comments

Comments
 (0)