mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Updated image spec docs to clarify image JSON
The title `Image JSON Schema` was used as a header in the section which describes the layout and fields of the image metadata JSON file. It was pointed out that `JSON Schema` is its own term for describing JSON in a machine-and-human-readable format, while the word "Schema" in this context was used more generically to say that the section is meant to be an example and outline of the Image JSON. http://spacetelescope.github.io/understanding-json-schema/ This section now has the title `Image JSON Description` in order to not cause this confusion. Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
This commit is contained in:
parent
edaf23b7a7
commit
71763636f2
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ This specification uses the following terms:
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
## Image JSON Schema
|
## Image JSON Description
|
||||||
|
|
||||||
Here is an example image JSON file:
|
Here is an example image JSON file:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue