{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/digital-experience-monitoring_api-response-collection", "title": "digital-experience-monitoring_api-response-collection", "allOf": [ { "$ref": "#/components/schemas/digital-experience-monitoring_api-response-common" }, { "properties": { "result_info": { "$ref": "#/components/schemas/digital-experience-monitoring_result_info" } } } ], "type": "object" }