metamaps--metamaps/doc/api/schemas/users.json
2016-10-04 22:28:10 +08:00

20 lines
254 B
JSON

{
"name": "Users",
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "_user.json"
}
},
"page": {
"$ref": "_page.json"
}
},
"required": [
"data",
"page"
]
}