D3V-Server/backend/schema/components/audit-log-list.json

7 lines
107 B
JSON
Raw Normal View History

2026-03-07 20:49:44 +07:00
{
"type": "array",
"description": "Audit Log list",
"items": {
"$ref": "./audit-log-object.json"
}
}