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: pages/implementers/interfaces.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Common Interfaces across JSON Schema Implementations
2
+
title: Common interfaces across JSON Schema implementations
3
3
section: implementers
4
4
prev:
5
5
label: For Implementers
6
6
url: /implementers
7
7
next:
8
-
label: Specification
9
-
url: /specification
8
+
label: Reference
9
+
url: /understanding-json-schema/reference
10
10
---
11
11
12
12
JSON Schema is extremely widely used and nearly equally widely implemented.
@@ -234,4 +234,4 @@ An API which facilitates the creation of new JSON Schema dialects, typically reg
234
234
235
235
## Failure Details
236
236
237
-
An API which allows for programmatic introspection of the causes of a particular validation failure, at minimum containing the failing keyword(s), value(s) and individual message(s) which led to the failure.
237
+
An API which allows for programmatic introspection of the causes of a particular validation failure, at minimum containing the failing keyword(s), value(s) and individual message(s) which led to the failure.
body='Our Getting Started guide walks you through the basics of JSON Schema.'
28
+
title='What is a schema?'
29
+
body='Let us start by defining what is a Schema'
30
+
headerSize='medium'
31
+
bodyTextSize='small'
32
+
extended={true}
33
+
link='/understanding-json-schema/about'
34
+
/>
35
+
<Card
36
+
title='JSON Schema basics'
37
+
body='Learn what JSON Schema is, essential keywords, and the basics of data validation'
38
+
headerSize='medium'
39
+
bodyTextSize='small'
40
+
extended={true}
41
+
link='/understanding-json-schema/basics'
42
+
/>
43
+
<Card
44
+
title='Create your first schema'
45
+
body='Follow our step by step guide and create your first JSON Schema'
29
46
headerSize='medium'
30
47
bodyTextSize='small'
31
48
extended={true}
32
49
link='/learn/getting-started-step-by-step'
33
50
/>
34
51
<Card
35
52
title='Tour of JSON Schema'
36
-
body='An interactive introduction to JSON Schema. Each lesson concludes with an exercise, so you can practice what you have learned.'
53
+
body='Master JSON Schema through engaging lessons and hands-on exercises. Complete the course to earn your JSON Schema certification and prove your expertise.'
37
54
headerSize='medium'
38
55
bodyTextSize='small'
39
56
extended={true}
40
57
link='https://tour.json-schema.org/'
41
58
/>
59
+
<Card
60
+
title='JSON Schema glossary'
61
+
body='Explore a curated glossary of common terms used in the JSON Schema ecosystem'
62
+
headerSize='medium'
63
+
bodyTextSize='small'
64
+
extended={true}
65
+
link='/learn/glossary'
66
+
/>
67
+
<Card
68
+
title='JSON Schema examples'
69
+
body='Browse real-world JSON Schema examples across different domains, with detailed annotations.'
0 commit comments