Skip to content

Commit 003ac02

Browse files
committed
Test-schema including sub-schema for scpecification
1 parent 50a2028 commit 003ac02

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,16 @@
2727
"type": "array",
2828
"items": { "$ref": "#/$defs/test" },
2929
"minItems": 1
30+
},
31+
"specification":{
32+
"description": "Location of the test case in the specification",
33+
"type": "object",
34+
"minProperties": 1,
35+
"properties":{
36+
"jsonschema": {"type": "string"},
37+
"rfc": {"type": "string"}
38+
},
39+
"additionalProperties": false
3040
}
3141
},
3242
"additionalProperties": false

0 commit comments

Comments
 (0)