{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuditEventCollectionResponse", "title": "AuditEventCollectionResponse", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/AuditEvent" }, "description": "An array of audit event objects. See [this article](https://help.webex.com/n3b0w6x/) for details about each event type." } } }