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

Commit c0b1495

Browse files
Julianjdesrosiers
andcommitted
Apply suggestions from CR
Co-authored-by: Jason Desrosiers <[email protected]>
1 parent 21276dc commit c0b1495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/glossary.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ The current list of drafts can be found [here](https://json-schema.org/specifica
4141
A pervasive data interchange format used for representing and transmitting data as human readable text.
4242
JSON is extremely widely used, and parsers which can read and write it exist for essentially every commonly-used programming language.
4343

44-
JSON Schema, distinctly, is built *on top* of JSON, in that JSON [schemas](#schema) are themselves JSON objects which describe other JSON objects.
45-
The two are, however, entirely different pieces of the conceptual puzzle, with JSON being a concrete format for *representing* data and JSON Schema being a way to *schematize* data which is written in the JSON format.
44+
JSON Schema, distinctly, is built *on top* of JSON, in that JSON [schemas](#schema) are themselves JSON objects which describe JSON values.
45+
The two are, however, entirely different pieces of the conceptual puzzle, with JSON being a concrete format for *representing* data, and JSON Schema being a way to *schematize* data which is written in a JSON-compatible format.
4646

4747
The JSON format is an open format, with its own [homepage](https://www.json.org/), and specifications published in the [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) and [RFC-8259](https://datatracker.ietf.org/doc/html/rfc8259) documents from ECMA and the IETF respectively.
4848
In particular, it is not managed or developed by the JSON Schema team, who simply make use of the format.

0 commit comments

Comments
 (0)