forked from json-schema-org/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeywords.yml
More file actions
520 lines (520 loc) · 24.9 KB
/
keywords.yml
File metadata and controls
520 lines (520 loc) · 24.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
- name: $anchor
vocabulary: [core]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/core/anchor'
links:
- url: 'https://json-schema.org/understanding-json-schema/structuring#anchor'
title: Structuring a complex schema ($anchor)
- url: 'https://json-schema.org/learn/json-schema-examples#ecommerce-system'
title: Ecommerce system example
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#anchor'
title: Draft 2020-12
- name: $comment
vocabulary: [core]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/core/comment'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/comments#comments'
title: Generic Keywords ($comment)
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-comments-with-comment'
title: Draft 2020-12
- name: $defs
vocabulary: [core]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/core/defs'
links:
- url: 'https://json-schema.org/learn/miscellaneous-examples'
title: Miscellaneous examples
- url: 'https://json-schema.org/understanding-json-schema/structuring#defs'
title: Structuring a complex schema ($defs)
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-schema-re-use-with-defs'
title: Draft 2020-12
- name: $dynamicAnchor
vocabulary: [core]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/core/dynamicanchor'
links:
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-example-of-recursive-schema'
title: Draft 2020-12
- name: $dynamicRef
vocabulary: [core]
learnjsonschemalink: 'https://json-schema.org/draft/2020-12/json-schema-core#dynamic-ref'
links:
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-example-of-recursive-schema'
title: Draft 2020-12
- name: $id
vocabulary: [core]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/core/id'
links:
- url: 'https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definition'
title: Create a schema definition
- url: 'https://json-schema.org/understanding-json-schema/basics#declaring-a-unique-identifier'
title: Declaring a unique identifier
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-the-id-keyword'
title: Draft 2020-12
- name: $ref
vocabulary: [core]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/core/ref'
links:
- url: 'https://json-schema.org/understanding-json-schema/basics#declaring-a-json-schema'
title: Declaring a JSON Schema
- url: 'https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definition'
title: Create a schema definition
- url: 'https://json-schema.org/understanding-json-schema/reference/array#unevaluateditems'
title: Unevaluated Items
- url: 'https://json-schema.org/understanding-json-schema/structuring#dollarref'
title: Structuring a complex schema ($ref)
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#ref'
title: Draft 2020-12
- name: $schema
vocabulary: [core]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/core/schema'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/schema'
title: Declaring a dialect ($schema)
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-the-schema-keyword'
title: Draft 2020-12
- name: $vocabulary
vocabulary: [core]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/core/vocabulary'
links:
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-the-vocabulary-keyword'
title: Draft 2020-12
- name: additionalProperties
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/additionalproperties'
links:
- url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema'
title: Modeling a file system with JSON Schema
- url: 'https://json-schema.org/understanding-json-schema/reference/object#additionalproperties'
title: Additional Properties
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-additionalproperties'
title: Draft 2020-12
- name: allOf
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/allof'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/array#unevaluateditems'
title: Unevaluated Items
- url: 'https://json-schema.org/understanding-json-schema/reference/combining#schema-composition'
title: Schema Composition
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-allof'
title: Draft 2020-12
- name: anyOf
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/anyof'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/array#unevaluateditems'
title: Unevaluated Items
- url: 'https://json-schema.org/understanding-json-schema/reference/combining#schema-composition'
title: Schema Composition
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-anyof'
title: Draft 2020-12
- name: contains
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/contains'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/array#contains'
title: Contains
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-contains'
title: Draft 2020-12
- name: else
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/else'
links:
- url: 'https://json-schema.org/learn/miscellaneous-examples'
title: Miscellaneous Examples
- url: 'https://json-schema.org/understanding-json-schema/reference/conditionals#ifthenelse'
title: If-Then-Else
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-else'
title: Draft 2020-12
- name: if
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/if'
links:
- url: 'https://json-schema.org/learn/miscellaneous-examples'
title: Miscellaneous Examples
- url: 'https://json-schema.org/understanding-json-schema/reference/conditionals#ifthenelse'
title: If-Then-Else
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-if'
title: Draft 2020-12
- name: items
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/items'
links:
- url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema'
title: Modeling a file system with JSON Schema
- url: 'https://json-schema.org/understanding-json-schema/reference/array#items'
title: Items
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-items'
title: Draft 2020-12
- name: not
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/not'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/combining#schema-composition'
title: Schema Composition
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-not'
title: Draft 2020-12
- name: oneOf
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/oneof'
links:
- url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema'
title: Modeling a file system with JSON Schema
- url: 'https://json-schema.org/understanding-json-schema/reference/array#unevaluateditems'
title: Unevaluated Items
- url: 'https://json-schema.org/understanding-json-schema/reference/combining#schema-composition'
title: Schema Composition
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-oneof'
title: Draft 2020-12
- name: patternProperties
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/patternproperties'
links:
- url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema'
title: Modeling a file system with JSON Schema
- url: 'https://json-schema.org/understanding-json-schema/reference/object#patternProperties'
title: Pattern Properties
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-patternproperties'
title: Draft 2020-12
- name: prefixItems
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/prefixitems'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/array#tupleValidation'
title: Tuple Validation
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-prefixitems'
title: Draft 2020-12
- name: properties
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/properties'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/object#properties'
title: Properties
- url: 'https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definition'
title: Schema Definition
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-properties'
title: Draft 2020-12
- name: propertyNames
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/propertynames'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/object#propertyNames'
title: Property names
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-propertynames'
title: Draft 2020-12
- name: then
vocabulary: [Applicator]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/then'
links:
- url: 'https://json-schema.org/learn/miscellaneous-examples'
title: Miscellaneous Examples
- url: 'https://json-schema.org/understanding-json-schema/reference/conditionals#ifthenelse'
title: If-Then-Else
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-then'
title: Draft 2020-12
- name: const
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/const'
links:
- url: 'https://json-schema.org/learn/miscellaneous-examples'
title: Miscellaneous Examples
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-const'
title: Draft 2020-12
- name: dependentRequired
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/dependentrequired'
links:
- url: 'https://json-schema.org/learn/miscellaneous-examples'
title: Miscellaneous Examples
- url: 'https://json-schema.org/understanding-json-schema/reference/conditionals#applying-subschemas-conditionally'
title: Applying Subschemas Conditionally
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-dependentrequired'
title: Draft 2020-12
- name: dependentSchemas
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/applicator/dependentschemas'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/conditionals#dependentSchemas'
title: Dependent Schemas
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-dependentschemas'
title: Draft 2020-12
- name: enum
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/enum'
links:
- url: 'https://json-schema.org/learn/miscellaneous-examples'
title: Miscellaneous Examples
- url: 'https://json-schema.org/understanding-json-schema/reference/enum#enumerated-values'
title: Enumerated Values
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-enum'
title: Draft 2020-12
- name: exclusiveMaximum
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/exclusivemaximum'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/numeric#range'
title: Range
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-exclusivemaximum'
title: Draft 2020-12
- name: exclusiveMinimum
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/exclusiveminimum'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/numeric#range'
title: Range
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-exclusiveminimum'
title: Draft 2020-12
- name: maxContains
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/maxcontains'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/array#mincontains-maxcontains'
title: Mincontains / Maxcontains
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maxcontains'
title: Draft 2020-12
- name: maximum
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/maximum'
links:
- url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema'
title: Modeling a file system with JSON Schema
- url: 'https://json-schema.org/understanding-json-schema/reference/numeric#range'
title: Range
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maximum'
title: Draft 2020-12
- name: maxItems
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/maxitems/'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/array#length'
title: Length
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maxitems'
title: Draft 2020-12
- name: maxLength
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/maxlength'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/string#length'
title: Length
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maxlength'
title: Draft 2020-12
- name: maxProperties
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/maxproperties'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/object#size'
title: Size
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maxproperties'
title: maxProperties
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maxproperties'
title: Draft 2020-12
- name: minContains
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/mincontains'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/array#mincontains-maxcontains'
title: Mincontains / Maxcontains
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-mincontains'
title: Draft 2020-12
- name: minimum
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/minimum'
links:
- url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema'
title: Modeling a file system with JSON Schema
- url: 'https://json-schema.org/understanding-json-schema/reference/numeric#range'
title: Range
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-minimum'
title: Draft 2020-12
- name: minItems
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/minitems'
links:
- url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema'
title: Modeling a file system with JSON Schema
- url: 'https://json-schema.org/understanding-json-schema/reference/array#length'
title: Length
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-minitems'
title: Draft 2020-12
- name: minLength
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/minlength/'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/string#length'
title: Length
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-minlength'
title: Draft 2020-12
- name: minProperties
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/minproperties'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/object#size'
title: Size
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-minproperties'
title: minProperties
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-minproperties'
title: Draft 2020-12
- name: multipleOf
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/multipleof'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/numeric#multiples'
title: Multiples
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-multipleof'
title: Draft 2020-12
- name: pattern
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/pattern'
links:
- url: 'https://json-schema.org/learn/miscellaneous-examples'
title: Miscellaneous Examples
- url: 'https://json-schema.org/understanding-json-schema/reference/string#regexp'
title: Regular Expressions
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-pattern'
title: Draft 2020-12
- name: required
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/required'
links:
- url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema'
title: Modeling a file system with JSON Schema
- url: 'https://json-schema.org/understanding-json-schema/reference/object#extending'
title: Extending Closed Schemas
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-required'
title: Draft 2020-12
- name: type
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/type'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/type'
title: Type-specific keywords
- url: 'https://json-schema.org/understanding-json-schema/basics#the-type-keyword'
title: The type keyword
- url: 'https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definition'
title: Create a Schema Definition
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-type'
title: Draft 2020-12
- name: uniqueItems
vocabulary: [Validation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/uniqueitems'
links:
- url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema'
title: Modeling a file system with JSON Schema
- url: 'https://json-schema.org/understanding-json-schema/reference/array#uniqueItems'
title: Uniqueness
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-uniqueitems'
title: Draft 2020-12
- name: format
vocabulary: [Format Annotation]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/format-annotation/format/'
links:
- url: 'https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.7.2.1'
title: Draft 2020-12
- url: 'https://www.learnjsonschema.com/2020-12/format-annotation/'
title: Format Annotation
- name: contentEncoding
vocabulary: [Content]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/content/contentencoding'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/non_json_data#contentencoding'
title: contentEncoding
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-contentencoding'
title: Draft 2020-12
- name: contentMediaType
vocabulary: [Content]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/content/contentmediatype'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/non_json_data#contentmediatype'
title: contentMediaType
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-contentmediatype'
title: Draft 2020-12
- name: contentSchema
vocabulary: [Content]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/content/contentschema'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/non_json_data#contentschema'
title: contentschema
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-contentschema'
title: Draft 2020-12
- name: default
vocabulary: [Meta Data]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/meta-data/default'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/annotations'
title: Annotations
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-default'
title: Draft 2020-12
- name: deprecated
vocabulary: [Meta Data]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/meta-data/deprecated'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/annotations'
title: Annotations
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-deprecated'
title: Draft 2020-12
- name: description
vocabulary: [Meta Data]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/meta-data/description'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/annotations'
title: Annotations
- url: 'https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definition'
title: Create a schema definition
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-title-and-description'
title: Draft 2020-12
- name: examples
vocabulary: [Meta Data]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/meta-data/examples'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/annotations'
title: Annotations
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-examples'
title: Draft 2020-12
- name: readOnly
vocabulary: [Meta Data]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/meta-data/readonly'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/annotations'
title: Annotations
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-readonly-and-writeonly'
title: Draft 2020-12
- name: title
vocabulary: [Meta Data]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/meta-data/title'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/annotations'
title: Annotations
- url: 'https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definition'
title: Create a schema definition
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-title-and-description'
title: Draft 2020-12
- name: writeOnly
vocabulary: [Meta Data]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/meta-data/writeonly'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/annotations'
title: Annotations
- url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-readonly-and-writeonly'
title: Draft 2020-12
- name: unevaluatedItems
vocabulary: [Unevaluated]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/unevaluated/unevaluateditems'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/array#unevaluateditems'
title: Unevaluated Items
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-unevaluateditems'
title: Draft 2020-12
- name: unevaluatedProperties
vocabulary: [Unevaluated]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/unevaluated/unevaluatedproperties'
links:
- url: 'https://json-schema.org/understanding-json-schema/reference/object#unevaluatedproperties'
title: Unevaluated Properties
- url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-unevaluatedproperties'
title: Draft 2020-12
- name: format
vocabulary: [Format Assertion]
learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/format-assertion/format/'
links:
- url: 'https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.7.2.2'
title: Draft 2020-12
- url: 'https://www.learnjsonschema.com/2020-12/format-assertion/'
title: Format Assertion