Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 9982d5b

Browse files
authored
Merge pull request #419 from jdesrosiers/202012-hyperschema
Updates to make hyper-schema fixes/additions available
2 parents e65e5fb + 231ad3b commit 9982d5b

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
[submodule "_includes/draft/2019-09"]
2727
path = _includes/draft/2019-09
2828
url = https://github.com/json-schema-org/json-schema-spec.git
29+
branch = 2019-09
2930
[submodule "_includes/draft/2020-12"]
3031
path = _includes/draft/2020-12
3132
url = https://github.com/json-schema-org/json-schema-spec.git

_includes/draft/2019-09

Submodule 2019-09 updated 1 file

specification-links.md

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ For links to the somewhat more readably formatted versions on this web site, and
293293
- Relative JSON Pointer: [draft-bhutton-relative-json-pointer-00](https://tools.ietf.org/html/draft-bhutton-relative-json-pointer-00) ([changes](https://tools.ietf.org/html/draft-bhutton-relative-json-pointer-00#appendix-A))
294294
- General use meta-schemas
295295
- [JSON Schema meta-schema](draft/2020-12/schema)
296+
- [JSON Hyper-Schema meta-schema](draft/2020-12/hyper-schema) (2019-09 Hyper-Schema with 2020-12 Validation)
296297
- Individual vocabulary meta-schemas
297298
- [Core Vocabulary meta-schema](draft/2020-12/meta/core)
298299
- [Applicator Vocabulary meta-schema](draft/2020-12/meta/applicator)

specification.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Please note, additional vocabulary specific schema files are needed to fully con
4242

4343
|--------------------------------------------------------------|------------------------------------------------------------|
4444
| [Core/Validation Dialect meta-schema](draft/2020-12/schema) | Used for schemas written for pure validation. |
45+
| [Hyper-Schema Dialect meta-schema](draft/2020-12/hyper-schema) | Used for schemas written for validation (2020-12) and hyper-linking (2019-09).|
4546
| [Recommended Output meta-schema](draft/2020-12/output/schema)| Recommended output structure of the application process. |
4647

4748
## Single-vocabulary meta-schemas

0 commit comments

Comments
 (0)