blob: 91d5baa6569c56a51c04607631fcee59b5969f8e [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"id": "#",
"type": "object",
"javaType" : "org.apache.streams.twitter.api.FriendshipUpdateRequest",
"javaInterfaces": ["java.io.Serializable"],
"description": "https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/post-friendships-update",
"properties": {
"device": {
"description": "Enable/disable device notifications from the target user.",
"required": false,
"type": "boolean"
},
"retweets": {
"description": "Enable/disable retweets from the target user.",
"required": false,
"type": "boolean"
},
"screen_name": {
"description": "The screen name of the user for whom to befriend.",
"required": false,
"type": "string"
},
"user_id": {
"description": "The ID of the user for whom to befriend.",
"required": false,
"type": "string"
}
}
}