|
280 | 280 | title: Range |
281 | 281 | - url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maximum' |
282 | 282 | title: Draft 2020-12 |
| 283 | +- name: maxItems |
| 284 | + vocabulary: [Validation] |
| 285 | + learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/maxitems/' |
| 286 | + links: |
| 287 | + - url: 'https://json-schema.org/understanding-json-schema/reference/array#length' |
| 288 | + title: Length |
| 289 | + - url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maxitems' |
| 290 | + title: Draft 2020-12 |
| 291 | +- name: maxLength |
| 292 | + vocabulary: [Validation] |
| 293 | + learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/maxlength' |
| 294 | + links: |
| 295 | + - url: 'https://json-schema.org/understanding-json-schema/reference/string#length' |
| 296 | + title: Length |
| 297 | + - url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maxlength' |
| 298 | + title: Draft 2020-12 |
283 | 299 | - name: maxProperties |
284 | 300 | vocabulary: [Validation] |
285 | 301 | learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/maxproperties' |
|
290 | 306 | title: maxProperties |
291 | 307 | - url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-maxproperties' |
292 | 308 | title: Draft 2020-12 |
| 309 | +- name: minContains |
| 310 | + vocabulary: [Validation] |
| 311 | + learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/mincontains' |
| 312 | + links: |
| 313 | + - url: 'https://json-schema.org/understanding-json-schema/reference/array#mincontains-maxcontains' |
| 314 | + title: Mincontains / Maxcontains |
| 315 | + - url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-mincontains' |
| 316 | + title: Draft 2020-12 |
| 317 | +- name: minimum |
| 318 | + vocabulary: [Validation] |
| 319 | + learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/minimum' |
| 320 | + links: |
| 321 | + - url: 'https://json-schema.org/learn/file-system#modeling-a-file-system-with-json-schema' |
| 322 | + title: Modeling a file system with JSON Schema |
| 323 | + - url: 'https://json-schema.org/understanding-json-schema/reference/numeric#range' |
| 324 | + title: Range |
| 325 | + - url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-minimum' |
| 326 | + title: Draft 2020-12 |
293 | 327 | - name: minItems |
294 | 328 | vocabulary: [Validation] |
295 | 329 | learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/validation/minitems' |
|
368 | 402 | title: Uniqueness |
369 | 403 | - url: 'https://json-schema.org/draft/2020-12/json-schema-validation#name-uniqueitems' |
370 | 404 | title: Draft 2020-12 |
| 405 | +- name: format |
| 406 | + vocabulary: [Format Annotation] |
| 407 | + learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/format-annotation/format/' |
| 408 | + links: |
| 409 | + - url: 'https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.7.2.1' |
| 410 | + title: Draft 2020-12 |
| 411 | + - url: 'https://www.learnjsonschema.com/2020-12/format-annotation/' |
| 412 | + title: Format Annotation |
371 | 413 | - name: contentEncoding |
372 | 414 | vocabulary: [Content] |
373 | 415 | learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/content/contentencoding' |
|
468 | 510 | title: Unevaluated Properties |
469 | 511 | - url: 'https://json-schema.org/draft/2020-12/json-schema-core#name-unevaluatedproperties' |
470 | 512 | title: Draft 2020-12 |
| 513 | +- name: format |
| 514 | + vocabulary: [Format Assertion] |
| 515 | + learnjsonschemalink: 'https://www.learnjsonschema.com/2020-12/format-assertion/format/' |
| 516 | + links: |
| 517 | + - url: 'https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.7.2.2' |
| 518 | + title: Draft 2020-12 |
| 519 | + - url: 'https://www.learnjsonschema.com/2020-12/format-assertion/' |
| 520 | + title: Format Assertion |
0 commit comments