You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/json-schema.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -280,8 +280,8 @@ The value of the keyword should be a number. The data to be valid should be a mu
280
280
281
281
### `maxLength` / `minLength`
282
282
283
-
::: warning [Grapheme clusters](https://www.unicode.org/reports/tr29/tr29-17.html#Grapheme_Cluster_Boundaries) will count as multiple characters
284
-
Certain charsets have characters that are made up of multiple unicode characters. These "grapheme clusters" are counted as multiple characters.
283
+
::: warning Grapheme clusters will count as multiple characters
284
+
Certain charsets have characters that are made up of multiple Unicode code points. These [grapheme clusters](https://www.unicode.org/reports/tr29/tr29-17.html#Grapheme_Cluster_Boundaries) are counted as multiple in length calculations.
285
285
:::
286
286
287
287
The value of the keywords should be a number. The data to be valid should have length satisfying this rule. Unicode pairs are counted as a single character.
0 commit comments