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/introduction.mdx
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ icon: 'book-open'
23
23
href="/json-schema/versions"
24
24
icon="layers"
25
25
>
26
-
Support for JSON Schema Draft-07, Draft 2019-09, and Draft 2020-12 with automatic feature validation.
26
+
Support for JSON Schema Draft-06, Draft-07, Draft 2019-09, and Draft 2020-12 with automatic feature validation.
27
27
</Card>
28
28
<Card
29
29
title="Data Validation"
@@ -157,17 +157,17 @@ The package automatically validates feature compatibility with your chosen JSON
157
157
</Warning>
158
158
159
159
<Tip>
160
-
The package defaults to Draft 2020-12 for the latest features. Use Draft-07 for maximum compatibility with older tools, or Draft 2019-09 for a balance of features and compatibility.
160
+
The package defaults to Draft 2020-12 for the latest features. Use Draft-06 for maximum compatibility with older tools, or Draft 2019-09 for a balance of features and compatibility.
|`Iri`† | Internationalized URI |`https://例え.テスト`|
144
+
|`IriReference`† | IRI reference |`//例え.テスト/path`|
144
145
145
146
<Note>
146
-
Formats marked with * require JSON Schema Draft 2019-09 or later.
147
+
Formats marked with † require JSON Schema Draft-07 or later. Formats marked with * require Draft 2019-09 or later.
147
148
</Note>
148
149
150
+
## Content Annotations
151
+
152
+
Describe encoded content carried by a string using `contentEncoding` and `contentMediaType`, and (optionally) validate the decoded content with `contentSchema`:
0 commit comments