{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/auditLog", "title": "auditLog", "type": "object", "properties": { "id": { "type": "string" }, "account_id": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "type": "object", "properties": {} } } } }