Skip to content

Commit e427c4a

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#192)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent ecacca7 commit e427c4a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

models.gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6561,7 +6561,7 @@
65616561
"type" : "integer"
65626562
}
65636563
},
6564-
"required" : [ "category", "display_name", "kind", "logo", "name", "public", "short_description", "team_name" ]
6564+
"required" : [ "category", "display_name", "kind", "name", "public", "short_description", "team_name" ]
65656565
},
65666566
"PluginReleaseStageUpdate" : {
65676567
"description" : "Official plugins can go through three release stages: Coming Soon, Preview, and GA.\nThe Coming Soon stage is for plugins that are not yet ready for Preview, but users can subscribe to be notified when they are ready.\nBoth Preview and GA plugins follow semantic versioning. The main differences between the two stages are:\nPreview plugins are still experimental and may have frequent breaking changes. Preview plugins might get deprecated due to lack of usage. Long Term Support with community Discord and bug fixes is only guaranteed for GA plugins. Premium plugins are often discounted or free during the Preview stage.",
@@ -6604,7 +6604,7 @@
66046604
"logo" : {
66056605
"description" : "URL to the plugin's logo. This will be shown in the CloudQuery Hub.",
66066606
"example" : "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f9e8",
6607-
"pattern" : "^https:\\/\\/storage\\.googleapis\\.com\\/cq-cloud-images\\/[a-z0-9-]+$",
6607+
"pattern" : "^(https:\\/\\/storage\\.googleapis\\.com\\/cq-cloud-images\\/[a-z0-9-]+)?$",
66086608
"type" : "string"
66096609
},
66106610
"public" : {
@@ -7302,7 +7302,7 @@
73027302
"type" : "boolean"
73037303
}
73047304
},
7305-
"required" : [ "addon_format", "addon_type", "category", "display_name", "logo", "name", "public", "short_description", "team_name", "tier" ],
7305+
"required" : [ "addon_format", "addon_type", "category", "display_name", "name", "public", "short_description", "team_name", "tier" ],
73067306
"title" : "CloudQuery Addon"
73077307
},
73087308
"AddonUpdate" : {
@@ -7348,7 +7348,7 @@
73487348
},
73497349
"logo" : {
73507350
"example" : "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f98e",
7351-
"pattern" : "^https:\\/\\/storage\\.googleapis\\.com\\/cq-cloud-images\\/[a-z0-9-]+$",
7351+
"pattern" : "^(https:\\/\\/storage\\.googleapis\\.com\\/cq-cloud-images\\/[a-z0-9-]+)?$",
73527352
"type" : "string"
73537353
},
73547354
"public" : {

0 commit comments

Comments
 (0)