Files
varsity/test/responses/users-response.json
2025-10-01 20:01:42 +00:00

19 lines
325 B
JSON

{
"description": "List of users",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "../schemas/user-schema.json"
}
}
}
}
}
}
}