{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-audit-event-structure.json", "title": "AuditEvent", "type": "object", "properties": { "id": "string", "tenantId": "string", "userId": "string", "severity": "string", "eventType": "string", "message": "string", "createdAt": "string", "ip": "string", "userAgent": "string", "metadata": "object" } }