blob: 2b04e9fec4192cbb1f72f34f5667674634615628 [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.FriendshipCreateRequest",
"javaInterfaces": ["java.io.Serializable"],
"description": "https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/post-friendships-create",
"properties": {
"follow": {
"description": "Enable notifications for 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": "integer"
}
}
}