File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
schemas/2023-03-01-preview Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 3751
3751
],
3752
3752
"description" : " A CosmosDB Cassandra API data source/sink"
3753
3753
},
3754
+ "CosmosMongoDataTransferDataSourceSink" : {
3755
+ "type" : " object" ,
3756
+ "properties" : {
3757
+ "collectionName" : {
3758
+ "type" : " string"
3759
+ },
3760
+ "component" : {
3761
+ "type" : " string" ,
3762
+ "enum" : [
3763
+ " CosmosDBMongo"
3764
+ ]
3765
+ },
3766
+ "databaseName" : {
3767
+ "type" : " string"
3768
+ }
3769
+ },
3770
+ "required" : [
3771
+ " collectionName" ,
3772
+ " component" ,
3773
+ " databaseName"
3774
+ ],
3775
+ "description" : " A CosmosDB Cassandra API data source/sink"
3776
+ },
3754
3777
"CosmosSqlDataTransferDataSourceSink" : {
3755
3778
"type" : " object" ,
3756
3779
"properties" : {
6352
6375
{
6353
6376
"$ref" : " #/definitions/CosmosCassandraDataTransferDataSourceSink"
6354
6377
},
6378
+ {
6379
+ "$ref" : " #/definitions/CosmosMongoDataTransferDataSourceSink"
6380
+ },
6355
6381
{
6356
6382
"$ref" : " #/definitions/CosmosSqlDataTransferDataSourceSink"
6357
6383
},
You can’t perform that action at this time.
0 commit comments