{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "fif-testsuites.json",
  "title": "FIF TestSuites object schema",
  "type": "object",
  "minProperties": 1,
  "additionalProperties": { "$ref": "fif-testsuite.json" }
}