UNPKG

253 BJSONView Raw
1{
2 "id": "testsfile.json",
3 "$schema": "http://json-schema.org/draft-04/schema",
4 "title": "Tests file",
5 "description": "One or more suites",
6 "oneOf": [
7 {
8 "$ref": "testsuites.json"
9 },
10 {
11 "$ref": "testsuite.json"
12 }
13 ]
14}
\No newline at end of file