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

8 lines
107 B
JSON
Raw Permalink Normal View History

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