blob: 64d05d9ea3d08878814b14eeb66e7d36327da305 [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.pojo.RelationshipTarget",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"id": {
"type": "integer"
},
"id_str": {
"type": "string"
},
"screen_name": {
"type": "string"
},
"following": {
"type": "boolean"
},
"followed_by": {
"type": "boolean"
}
}
}