UNPKG

fbp-spec

Version:

Data-driven FBP component/graph testing tool

14 lines 253 B
{ "id": "testsfile.json", "$schema": "http://json-schema.org/draft-04/schema", "title": "Tests file", "description": "One or more suites", "oneOf": [ { "$ref": "testsuites.json" }, { "$ref": "testsuite.json" } ] }