blob: 0d5997ba4cc0d7cbd0ef3a9e5d0ec03135e577e9 [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.TwitterUserInformationConfiguration",
"extends": {"$ref":"TwitterConfiguration.json"},
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"info": {
"type": "array",
"description": "A list of user IDs, indicating the users whose Tweets should be delivered on the stream",
"items": {
"type": "string"
}
},
"page_size": {
"type": "integer",
"description": "Max items per page to request"
}
}
}