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

Commit 3855123

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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.
44+
JSON Schema, distinctly, is built *on top* of JSON, in that JSON [schemas](#schema) are themselves JSON objects which describe JSON values.
4545
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.
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.

0 commit comments

Comments
 (0)