blob: a4495253ec08533e34c201f98b273dc99d0e4eb4 [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.Retweet",
"javaInterfaces": ["java.io.Serializable"],
"extends": {"$ref":"tweet.json"},
"properties": {
"retweeted_status": {
"type": "object",
"required" : false,
"description" : "Describes the tweet being retweeted.",
"$ref" : "tweet.json"
}
}
}