blob: 8d142e7d6e7bc2bc8a3d038bc41250811a86359a [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.SevenDaySearchResponse",
"javaInterfaces": ["java.io.Serializable"],
"description": "https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html",
"properties": {
"statuses": {
"type": "array",
"items": {
"$ref": "../pojo/tweet.json"
}
}
}
}