{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MediaCascadetestResultSuccess", "title": "MediaCascadetestResultSuccess", "type": "object", "properties": { "testName": { "type": "string", "example": "Media Cascade", "description": "The name of the test." }, "testResult": { "type": "string", "example": "Success", "description": "The result, either `Success` or `Failed`." } } }