D3V-Server/backend/schema/components/user-list.json

8 lines
97 B
JSON
Raw Permalink Normal View History

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