sourcemeta/learnjsonschema.com
Reference documentation for JSON Schema. Includes detailed information about each keyword and vocabulary, alongside examples
HTMLAGPL-3.0
Issues
- 0
Add a copy-to-clipboard button on code snippets
#171 opened by jviotti - 0
Add video content for each keyword
#229 opened by jviotti - 0
Unify how the site presents warning notes
#177 opened by jviotti - 0
Fix sidebar overflow when a page has little content
#194 opened by jviotti - 0
Once we support all dialects, display a lineage graph for each keyword across dialects
#193 opened by jviotti - 0
- 0
- 1
- 2
More clearly document default values for keywords
#166 opened by jviotti - 0
Support paid sponsors in the top navigation bar
#179 opened by jviotti - 1
More clearly document keyword dependencies
#140 opened by jviotti - 3
Document `unevaluatedItems`
#84 opened by jviotti - 2
Document `writeOnly`
#74 opened by jviotti - 0
Once we document more dialects and keyword lineage, present an automated heat map of keyword stability
#168 opened by jviotti - 2
Document `readOnly`
#75 opened by jviotti - 2
Document `default`
#73 opened by jviotti - 2
Document `deprecated`
#77 opened by jviotti - 3
Document `unevaluatedProperties`
#83 opened by jviotti - 2
Document `description`
#72 opened by jviotti - 2
Document `examples`
#76 opened by jviotti - 2
Document `contentMediaType`
#81 opened by jviotti - 2
Document `contentSchema`
#80 opened by jviotti - 3
Document `contentEncoding`
#82 opened by jviotti - 3
Document `contains`
#70 opened by jviotti - 2
Document `prefixItems`
#69 opened by jviotti - 3
Describe `format` (annotation)
#78 opened by jviotti - 3
Describe `format` (assertion)
#79 opened by jviotti - 2
Document `title`
#71 opened by jviotti - 1
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://example.com/product.schema.json", "title": "Product", "description": "A product in the catalog", "type": "object" }
#143 opened by mahmod87 - 2
Document `maxContains`
#102 opened by jviotti - 2
Document `minContains`
#103 opened by jviotti - 2
Document `maxProperties`
#97 opened by jviotti - 2
Document `minProperties`
#98 opened by jviotti - 2
Document `multipleOf`
#92 opened by jviotti - 2
Document `uniqueItems`
#104 opened by jviotti - 2
Document `maxItems`
#100 opened by jviotti - 2
Document `minItems`
#101 opened by jviotti - 2
Document `required`
#99 opened by jviotti - 3
Typo in number enum
#123 opened by PrincessSparkles - 2
Document `dependentRequired`
#96 opened by jviotti - 1
Document `maximum`
#94 opened by jviotti - 1
Document `minimum`
#95 opened by jviotti - 1
Document `exclusiveMaximum`
#91 opened by jviotti - 1
Document `exclusiveMinimum`
#93 opened by jviotti - 1
Document `minLength`
#89 opened by jviotti - 1
Document `maxLength`
#90 opened by jviotti - 1
Document `pattern`
#88 opened by jviotti - 1
Document `const`
#87 opened by jviotti - 1
Document `type`
#85 opened by jviotti - 1
Document `enum`
#86 opened by jviotti