Skip to content

Add "comment" to the tests #357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions test-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
"type": "string",
"format": "uri"
},
"description": { "type": "string" },
"description": {
"description": "The test set description",
"type": "string"
},
"comment": {
"description": "Any additional comments about the test set",
"type": "string"
},
"schema": {
"description": "This should be a valid schema. This should be a ref to a meta-schema if schema keywords need testing."
},
Expand Down Expand Up @@ -56,7 +63,14 @@
"type": "string",
"format": "uri"
},
"description": { "type": "string" },
"description": {
"description": "The test description",
"type": "string"
},
"comment": {
"description": "Any additional comments about the test",
"type": "string"
},
"data": {},
"valid": { "type": "boolean" },
"output": {
Expand Down