blob: 55f9fbd69276c82afefbbaa230219f3841d9ef7e [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"type": "object",
"javaType" : "com.peoplepattern.streams.pipelines.pdb.TwitterUserInformationBatchConfiguration",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"twitter": {
"type": "object",
"javaType": "org.apache.streams.twitter.TwitterUserInformationConfiguration"
},
"hdfs": {
"type": "object",
"javaType": "org.apache.streams.hdfs.HdfsWriterConfiguration"
},
"s3": {
"type": "object",
"javaType": "org.apache.streams.s3.S3WriterConfiguration"
}
}
}