Skip to content

Commit 9ee9eff

Browse files
committed
Add some description annotations
1 parent 41732db commit 9ee9eff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test-schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"description": "Schema for tests",
34
"definitions": {
45
"outputItem": {
56
"type": "object",
@@ -22,6 +23,7 @@
2223
}
2324
},
2425
"test": {
26+
"description": "A single test",
2527
"type": "object",
2628
"required": ["description", "data", "valid"],
2729
"properties": {
@@ -59,6 +61,7 @@
5961
"description": {"type": "string"},
6062
"schema": {},
6163
"tests": {
64+
"description": "A set of related tests all using the same schema",
6265
"type": "array",
6366
"items": { "$ref": "#/definitions/test" },
6467
"minItems": 1

0 commit comments

Comments
 (0)