D3V-Server/backend/schema/components/audit-log-list.json
2026-03-07 20:49:44 +07:00

7 lines
107 B
JSON

{
"type": "array",
"description": "Audit Log list",
"items": {
"$ref": "./audit-log-object.json"
}
}