blob: cf1228310ff7eadb5f1ac030559d313a002ede0c [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.TwitterStreamConfiguration",
"extends": {"$ref":"TwitterConfiguration.json"},
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"includeEntities": {
"type": "string"
},
"truncated": {
"type": "boolean"
},
"filter-level": {
"type": "string",
"description": "Setting this parameter to one of none, low, or medium will set the minimum value of the filter_level Tweet attribute required to be included in the stream"
},
"with": {
"type": "string",
"description": "Typically following or user"
},
"replies": {
"type": "string",
"description": "Set to all, to see all @replies"
},
"follow": {
"type": "array",
"description": "A list of user IDs, indicating the users whose Tweets should be delivered on the stream",
"items": {
"type": "integer"
}
},
"track": {
"type": "array",
"description": "A list of phrases which will be used to determine what Tweets will be delivered on the stream",
"items": {
"type": "string"
}
}
}
}