UNPKG

218 BJSONView Raw
1{
2 "id": "testsuites.json",
3 "$schema": "http://json-schema.org/draft-04/schema",
4 "title": "TestSuite list",
5 "description": "Array of TestSuite",
6 "type": "array",
7 "items": {
8 "$ref": "testsuite.json"
9 }
10}
\No newline at end of file