blob: 90295b5c886c1bc277b1f9bce42b987c518651cc [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.FollowingListRequest",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"id": {
"description": "The ID of the user for whom to return results for.",
"required": false,
"type": "integer"
},
"screen_name": {
"description": "The screen name of the user for whom to return results for.",
"required": false,
"type": "string"
},
"cursor": {
"description": "Causes the list of connections to be broken into pages of no more than 5000 IDs at a time. The number of IDs returned is not guaranteed to be 5000 as suspended users are filtered out after connections are queried. If no cursor is provided, a value of -1 will be assumed, which is the first page.\nThe response from the API will include a previous_cursor and next_cursor to allow paging back and forth.",
"required": false,
"type": "integer"
},
"count": {
"description": "The number of users to return per page, up to a maximum of 200. Defaults to 20.",
"required": false,
"type": "integer"
},
"skip_status": {
"description": "When set to either true , t or 1 , statuses will not be included in the returned user objects. If set to any other value, statuses will be included.",
"required": false,
"type": "boolean"
},
"include_user_entities": {
"description": "The user object entities node will not be included when set to false.",
"required": false,
"type": "integer"
}
}
}