Skip to content

Commit 2fc576e

Browse files
committed
[53] Add test IDs
This adds IDs for individual tests and for sets of tests.
1 parent c373120 commit 2fc576e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test-schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
"type": "object",
2828
"required": ["description", "schema", "tests"],
2929
"properties": {
30+
"id": {
31+
"description": "Uniquely identifies a set of tests",
32+
"type": "string",
33+
"format": "uri"
34+
},
3035
"description": {"type": "string"},
3136
"schema": {},
3237
"tests": {
@@ -35,6 +40,11 @@
3540
"type": "object",
3641
"required": ["description", "data", "valid"],
3742
"properties": {
43+
"id": {
44+
"description": "Uniquely identifies a single test",
45+
"type": "string",
46+
"format": "uri"
47+
},
3848
"description": {"type": "string"},
3949
"data": {},
4050
"valid": {"type": "boolean"},

0 commit comments

Comments
 (0)