You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema: Move schema.json -> config-schema.json and similar
To make it clear that these schemas are for validating config.json
(and not, for example, state JSON). I've left the IDs alone for now,
because my PR adjusting those was rejected [1].
The rule for the -schema portion is "use it for entrypoint files" [2].
[1]: #453
[2]: #481 (comment)
Signed-off-by: W. Trevor King <[email protected]>
Copy file name to clipboardExpand all lines: schema/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,22 @@
2
2
3
3
## Overview
4
4
5
-
This directory contains the [JSON Schema](http://json-schema.org/) for
6
-
validating the `config.json` of this container runtime specification.
5
+
This directory contains the [JSON Schema](http://json-schema.org/) for validating JSON covered by this specification.
7
6
8
7
The layout of the files is as follows:
9
-
*[schema.json](schema.json) - the primary entrypoint for the whole schema document
10
-
*[schema-linux.json](schema-linux.json) - this schema is for the Linux-specific sub-structure
11
-
*[schema-solaris.json](schema-solaris.json) - this schema is for the Solaris-specific sub-structure
8
+
9
+
*[config-schema.json](config.json) - the primary entrypoint for the [configuration](../config.md) schema
10
+
*[config-linux.json](config-linux.json) - the [Linux-specific configuration sub-structure](../config-linux.md)
11
+
*[config-solaris.json](config-solaris.json) - the [Solaris-specific configuration sub-structure](../config-solaris.md)
12
12
*[defs.json](defs.json) - definitions for general types
13
13
*[defs-linux.json](defs-linux.json) - definitions for Linux-specific types
0 commit comments