blob: 0f01c2dc14e1e917554617c270282a20c9f828cb [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.FriendshipsLookupRequest",
"javaInterfaces": [
"java.io.Serializable"
],
"description": "https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friendships-lookup",
"properties": {
"user_id": {
"description": "A comma separated list of user IDs, up to 100 are allowed in a single request. You are strongly encouraged to use a POST for larger requests.",
"required": true,
"type": "array",
"items": {
"type": "integer"
}
},
"screen_name": {
"description": "A comma separated list of screen names, up to 100 are allowed in a single request. You are strongly encouraged to use a POST for larger (up to 100 screen names) requests.",
"required": true,
"type": "array",
"items": {
"type": "string"
}
}
}
}