blob: 43bcfb35572b25ba02b4cca2b8537e7affe30e1f [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.RetweetsRequest",
"javaInterfaces": [
"java.io.Serializable",
"org.apache.streams.twitter.api.Statuses.RetweetsRequestAnnotations"
],
"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"
},
"trim_user": {
"description": "When set to either true , t or 1 , each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object.",
"required": false,
"type": "boolean"
}
}
}