Skip to content

Commit

Permalink
Updated image spec docs to clarify image JSON
Browse files Browse the repository at this point in the history
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 <[email protected]> (github: jlhawn)
  • Loading branch information
Josh Hawn committed Jan 24, 2015
1 parent edaf23b commit 7176363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/spec/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ This specification uses the following terms:
</dd>
</dl>

## Image JSON Schema
## Image JSON Description

Here is an example image JSON file:

Expand Down

0 comments on commit 7176363

Please sign in to comment.