blob: 2be17719fc50eed199391307384fd101c1af0865 [file] [log] [blame]
{
"type": "object",
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"id": "#",
"javaType": "org.apache.streams.instagram.api.SearchUsersResponse",
"javaInterfaces": [
"java.io.Serializable"
],
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "../pojo/UserInfo.json"
}
},
"meta": {
"$ref": "Meta.json"
},
"pagination": {
"$ref": "Pagination.json"
}
}
}