blob: 1d31bb31844cdecfbd2b6c7502494c1873510a70 [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.config.ThirtyDaySearchProviderConfiguration",
"extends": {"$ref":"TwitterConfiguration.json"},
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"query": {
"$ref": "../api/ThirtyDaySearchRequest.json#properties/query"
},
"max_items": {
"type": "integer",
"description": "Max items total"
},
"max_pages": {
"type": "integer",
"description": "Max pages to request"
}
}
}