blob: 41f2dd349b43b7099ef3b459bfe761a38338c3d1 [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.TwitterTimelineProviderConfiguration",
"extends": {"$ref":"TwitterUserInformationConfiguration.json"},
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"max_items": {
"type": "integer",
"description": "Max items per user to collect"
},
"max_pages": {
"type": "integer",
"description": "Max items per page to request"
}
}
}