{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MHMTestResults", "title": "MHMTestResults", "type": "object", "properties": { "timestamp": { "type": "string", "example": "2022-03-15T15:53:00Z", "description": "The timestamp of the test run." }, "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT01NQU5EX0lELzJjM2M5ZjllLTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhYzo2NTJmNmMxMC01NjgxLTExZWQtOTkyZS1kNTY5YzlkMDlhNzU" }, "testResults": { "type": "array", "items": { "anyOf": [ { "$ref": "#/components/schemas/MHMTestResult1" }, { "$ref": "#/components/schemas/MHMTestResult2" }, { "$ref": "#/components/schemas/MHMTestResult3" } ] } } } }