blob: fe03d484457a5c0dd84bd850229e32c4b1571450 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"id": "#",
"javaType": "org.apache.streams.twitter.api.FriendsListResponse",
"javaInterfaces": [
"java.io.Serializable"
],
"description": "https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friends-list",
"properties": {
"users": {
"type": "array",
"items": {
"type": "object",
"$ref": "../pojo/User.json"
}
},
"previous_cursor": {
"type": "integer"
},
"previous_cursor_str": {
"type": "string"
},
"next_cursor": {
"type": "integer"
},
"next_cursor_str": {
"type": "string"
}
}
}