We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a2028 commit 003ac02Copy full SHA for 003ac02
test-schema.json
@@ -27,6 +27,16 @@
27
"type": "array",
28
"items": { "$ref": "#/$defs/test" },
29
"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
40
}
41
},
42
"additionalProperties": false
0 commit comments