blob: 8fc51880d49cf354e50eddee4a01139a2791753a [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.StatusesShowRequest",
"javaInterfaces": [
"java.io.Serializable",
"org.apache.streams.twitter.api.Statuses.StatusesShowRequestAnnotations"
],
"description": "https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-show-id",
"properties": {
"id": {
"description": "The numerical ID of the desired Tweet.",
"required": true,
"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"
},
"include_my_retweet": {
"description": "When set to either true , t or 1 , any Tweets returned that have been retweeted by the authenticating user will include an additional current_user_retweet node, containing the ID of the source status for the retweet.",
"required": false,
"type": "boolean"
},
"include_entities": {
"description": "The entities node will not be included when set to false.",
"required": false,
"type": "boolean"
}
}
}