Skip to content

Commit 8bf2f7f

Browse files
Merge pull request #369 from ssilverman/data-desc
Add data description
2 parents 4f66078 + 2ba7a76 commit 8bf2f7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@
7171
"description": "Any additional comments about the test",
7272
"type": "string"
7373
},
74-
"data": {},
74+
"data": {
75+
"description": "This is the instance to be validated against the schema in \"schema\"."
76+
},
7577
"valid": { "type": "boolean" },
7678
"output": {
7779
"type": "object",

0 commit comments

Comments
 (0)