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 76837683 "title" : " Docker Error" ,
76847684 "type" : " object"
76857685 },
7686+ "SyncPluginPath" : {
7687+ "type" : " string" ,
7688+ "description" : " Plugin path in CloudQuery registry" ,
7689+ "pattern" : " ^cloudquery/[^/]+"
7690+ },
76867691 "SyncEnv" : {
76877692 "type" : " object" ,
76887693 "description" : " Environment variable. Environment variables are assumed to be secret." ,
77197724 "pattern" : " ^[a-zA-Z0-9_-]+$"
77207725 },
77217726 "path" : {
7722- "type" : " string" ,
7723- "description" : " Plugin path in CloudQuery registry" ,
7727+ "$ref" : " #/components/schemas/SyncPluginPath" ,
77247728 "example" : " cloudquery/aws"
77257729 },
77267730 "version" : {
77977801 "type" : " object" ,
77987802 "properties" : {
77997803 "path" : {
7800- "type" : " string" ,
7801- "description" : " Plugin path in CloudQuery registry" ,
7804+ "$ref" : " #/components/schemas/SyncPluginPath" ,
78027805 "example" : " cloudquery/aws"
78037806 },
78047807 "version" : {
78517854 "pattern" : " ^[a-zA-Z0-9_-]+$"
78527855 },
78537856 "path" : {
7854- "type" : " string" ,
7855- "description" : " Plugin path in CloudQuery registry" ,
7856- "example" : " cloudquery/aws"
7857+ "$ref" : " #/components/schemas/SyncPluginPath" ,
7858+ "example" : " cloudquery/postgresql"
78577859 },
78587860 "version" : {
78597861 "type" : " string" ,
79347936 "type" : " object" ,
79357937 "properties" : {
79367938 "path" : {
7937- "type" : " string" ,
7938- "description" : " Plugin path in CloudQuery registry" ,
7939- "example" : " cloudquery/aws"
7939+ "$ref" : " #/components/schemas/SyncPluginPath" ,
7940+ "example" : " cloudquery/postgresql"
79407941 },
79417942 "version" : {
79427943 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments