{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Event", "type": "object", "description": "Represents an audit event that occurred within the organization, capturing actions such as user changes, policy updates, and access modifications.", "properties": { "id": { "type": "string", "description": "The unique identifier of the event." }, "type": { "type": "string", "description": "The resource type." }, "attributes": { "type": "object", "description": "The event attributes." } } }