blob: ba8ae5830cc4be58df1f67560dabb2159a58059c [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.TwitterFollowingConfiguration",
"extends": {"$ref":"TwitterUserInformationConfiguration.json"},
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"ids_only": {
"type": "boolean",
"description": "Whether to collect ids only, or full profiles"
},
"max_items": {
"type": "integer",
"description": "Max items per user to collect"
},
"max_pages": {
"type": "integer",
"description": "Max pages per user to request"
},
"page_size": {
"type": "integer",
"description": "Max items per page to request"
}
}
}