blob: ae7a021312a30f17e86b4c1778851881e2512005 [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.FriendList",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"friends": {
"type": "array",
"items": {
"type": "integer"
}
},
"friends_str": {
"type": "array",
"items": {
"type": "string"
}
}
}
}