Minimal reference to a test suite
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TestSuiteReference", "title": "TestSuiteReference", "type": "object", "description": "Minimal reference to a test suite", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "url": { "type": "string", "format": "uri" } } }