blob: 0065468c8d6f131464ca08b71bea0c5c9e41a14a [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"type": "object",
"javaType" : "org.apache.streams.example.MongoElasticsearchSyncConfiguration",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"source": { "javaType": "org.apache.streams.mongo.MongoConfiguration", "type": "object", "required": true },
"destination": { "javaType": "org.apache.streams.elasticsearch.ElasticsearchWriterConfiguration", "type": "object", "required": true }
}
}