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

Commit eb37ca0

Browse files
adamvosshandrews
authored andcommitted
Improve explaination of meta-schemas
Language courtesy of @handrews. Also corrects capitalization of meta-schema.
1 parent 09f1536 commit eb37ca0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ For previous versions of the specification, please see the [Specification Links]
1717
Meta-schemas
1818
------------
1919

20-
The meta-schemas define the JSON Schema and Hyper-Schema formats using the JSON Schema format.
20+
The meta-schemas are schemas against which other schemas can be validated. They are self-descriptive: the JSON Schema meta-schema validates itself, while the JSON Hyper-Schema meta-schema both validates itself and defines its own "self" link.
2121
The latest meta-schema is draft-06.
2222

2323
|--------------------------------------------------------------|------------------------------------------------------------|
24-
| [Core/Validation Meta-Schema](http://json-schema.org/schema) | Used for schemas written for pure validation. |
25-
| [Hyper Meta-Schema](http://json-schema.org/hyper-schema) | Used for schemas written for validation and hyper-linking. |
24+
| [Core/Validation meta-schema](http://json-schema.org/schema) | Used for schemas written for pure validation. |
25+
| [Hyper meta-schema](http://json-schema.org/hyper-schema) | Used for schemas written for validation and hyper-linking. |
2626

2727
**If you are accessing the above meta-schema links from a web browser, you will need to save the file then open it as a JSON file.**

0 commit comments

Comments
 (0)