|
6561 | 6561 | "type" : "integer"
|
6562 | 6562 | }
|
6563 | 6563 | },
|
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" ] |
6565 | 6565 | },
|
6566 | 6566 | "PluginReleaseStageUpdate" : {
|
6567 | 6567 | "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 | 6604 | "logo" : {
|
6605 | 6605 | "description" : "URL to the plugin's logo. This will be shown in the CloudQuery Hub.",
|
6606 | 6606 | "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-]+)?$", |
6608 | 6608 | "type" : "string"
|
6609 | 6609 | },
|
6610 | 6610 | "public" : {
|
|
7302 | 7302 | "type" : "boolean"
|
7303 | 7303 | }
|
7304 | 7304 | },
|
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" ], |
7306 | 7306 | "title" : "CloudQuery Addon"
|
7307 | 7307 | },
|
7308 | 7308 | "AddonUpdate" : {
|
|
7348 | 7348 | },
|
7349 | 7349 | "logo" : {
|
7350 | 7350 | "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-]+)?$", |
7352 | 7352 | "type" : "string"
|
7353 | 7353 | },
|
7354 | 7354 | "public" : {
|
|
0 commit comments