blob: 19ec1d57f735d1a3feeac5a209164d3ff125c2da [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.FriendshipShowResponse",
"javaInterfaces": ["java.io.Serializable"],
"description": "https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friendships-show",
"properties": {
"relationship": {
"$ref": "../pojo/Relationship.json"
}
}
}