blob: e3a61dfc278ff6c4d1d6aabe2e40c7f046d04e1d [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.RetweeterIdsRequest",
"javaInterfaces": [
"java.io.Serializable"
],
"description": "https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-retweets-id",
"properties": {
"id": {
"description": "The numerical ID of the desired status.",
"required": true,
"type": "integer"
},
"count": {
"description": "Specifies the number of records to retrieve. Must be less than or equal to 100.",
"required": false,
"type": "integer"
},
"cursor": {
"description": "Causes the list of IDs to be broken into pages of no more than 100 IDs at a time. The number of IDs returned is not guaranteed to be 100 as suspended users are filtered out after connections are queried.",
"required": false,
"type": "boolean"
},
"stringify_ids": {
"description": "Many programming environments will not consume Tweet ids due to their size. Provide this option to have ids returned as strings instead.",
"required": false,
"type": "boolean"
}
}
}