File tree Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 7683
7683
"title" : " Docker Error" ,
7684
7684
"type" : " object"
7685
7685
},
7686
+ "SyncPluginPath" : {
7687
+ "type" : " string" ,
7688
+ "description" : " Plugin path in CloudQuery registry" ,
7689
+ "pattern" : " ^cloudquery/[^/]+"
7690
+ },
7686
7691
"SyncEnv" : {
7687
7692
"type" : " object" ,
7688
7693
"description" : " Environment variable. Environment variables are assumed to be secret." ,
7719
7724
"pattern" : " ^[a-zA-Z0-9_-]+$"
7720
7725
},
7721
7726
"path" : {
7722
- "type" : " string" ,
7723
- "description" : " Plugin path in CloudQuery registry" ,
7727
+ "$ref" : " #/components/schemas/SyncPluginPath" ,
7724
7728
"example" : " cloudquery/aws"
7725
7729
},
7726
7730
"version" : {
7797
7801
"type" : " object" ,
7798
7802
"properties" : {
7799
7803
"path" : {
7800
- "type" : " string" ,
7801
- "description" : " Plugin path in CloudQuery registry" ,
7804
+ "$ref" : " #/components/schemas/SyncPluginPath" ,
7802
7805
"example" : " cloudquery/aws"
7803
7806
},
7804
7807
"version" : {
7851
7854
"pattern" : " ^[a-zA-Z0-9_-]+$"
7852
7855
},
7853
7856
"path" : {
7854
- "type" : " string" ,
7855
- "description" : " Plugin path in CloudQuery registry" ,
7856
- "example" : " cloudquery/aws"
7857
+ "$ref" : " #/components/schemas/SyncPluginPath" ,
7858
+ "example" : " cloudquery/postgresql"
7857
7859
},
7858
7860
"version" : {
7859
7861
"type" : " string" ,
7934
7936
"type" : " object" ,
7935
7937
"properties" : {
7936
7938
"path" : {
7937
- "type" : " string" ,
7938
- "description" : " Plugin path in CloudQuery registry" ,
7939
- "example" : " cloudquery/aws"
7939
+ "$ref" : " #/components/schemas/SyncPluginPath" ,
7940
+ "example" : " cloudquery/postgresql"
7940
7941
},
7941
7942
"version" : {
7942
7943
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments