diff --git a/destinations/airbyte-faros-destination/resources/spec.json b/destinations/airbyte-faros-destination/resources/spec.json index 66d7bf2dc..5f31d3b82 100644 --- a/destinations/airbyte-faros-destination/resources/spec.json +++ b/destinations/airbyte-faros-destination/resources/spec.json @@ -15,7 +15,7 @@ "required": [ "edition_configs" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "edition_configs": { "order": 0, diff --git a/sources/agileaccelerator-source/resources/spec.json b/sources/agileaccelerator-source/resources/spec.json index 3bac0e5a7..abaab8796 100644 --- a/sources/agileaccelerator-source/resources/spec.json +++ b/sources/agileaccelerator-source/resources/spec.json @@ -13,7 +13,7 @@ "api_token", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "server_url": { "type": "string", diff --git a/sources/azure-repos-source/resources/spec.json b/sources/azure-repos-source/resources/spec.json index d908e5870..dc17e57f4 100644 --- a/sources/azure-repos-source/resources/spec.json +++ b/sources/azure-repos-source/resources/spec.json @@ -9,7 +9,7 @@ "organization", "project" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "access_token": { "type": "string", diff --git a/sources/azureactivedirectory-source/resources/spec.json b/sources/azureactivedirectory-source/resources/spec.json index 051ea05c3..cbbf7e0ad 100644 --- a/sources/azureactivedirectory-source/resources/spec.json +++ b/sources/azureactivedirectory-source/resources/spec.json @@ -9,7 +9,7 @@ "client_secret", "tenant_id" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "client_id": { "type": "string", diff --git a/sources/azurepipeline-source/resources/spec.json b/sources/azurepipeline-source/resources/spec.json index 21c0cc81a..f8c0c4cda 100644 --- a/sources/azurepipeline-source/resources/spec.json +++ b/sources/azurepipeline-source/resources/spec.json @@ -10,7 +10,7 @@ "project", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "access_token": { "type": "string", diff --git a/sources/backlog-source/resources/spec.json b/sources/backlog-source/resources/spec.json index 960448046..860472b75 100644 --- a/sources/backlog-source/resources/spec.json +++ b/sources/backlog-source/resources/spec.json @@ -9,7 +9,7 @@ "space", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "space": { "type": "string", diff --git a/sources/bamboohr-source/resources/spec.json b/sources/bamboohr-source/resources/spec.json index 6737ee602..b2ffb1f6d 100644 --- a/sources/bamboohr-source/resources/spec.json +++ b/sources/bamboohr-source/resources/spec.json @@ -8,7 +8,7 @@ "api_key", "domain" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "api_key": { "type": "string", diff --git a/sources/bitbucket-source/resources/spec.json b/sources/bitbucket-source/resources/spec.json index 3d921b854..bfb9eab07 100644 --- a/sources/bitbucket-source/resources/spec.json +++ b/sources/bitbucket-source/resources/spec.json @@ -8,7 +8,7 @@ "workspaces", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "serverUrl": { "type": "string", diff --git a/sources/buildkite-source/resources/spec.json b/sources/buildkite-source/resources/spec.json index e207868df..193135d96 100644 --- a/sources/buildkite-source/resources/spec.json +++ b/sources/buildkite-source/resources/spec.json @@ -8,7 +8,7 @@ "token", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "token": { "type": "string", diff --git a/sources/circleci-source/resources/spec.json b/sources/circleci-source/resources/spec.json index 8e4ebcbfa..e12c8bd75 100644 --- a/sources/circleci-source/resources/spec.json +++ b/sources/circleci-source/resources/spec.json @@ -9,7 +9,7 @@ "repo_names", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "token": { "type": "string", diff --git a/sources/customer-io-source/resources/spec.json b/sources/customer-io-source/resources/spec.json index ea57262ec..d3322458c 100644 --- a/sources/customer-io-source/resources/spec.json +++ b/sources/customer-io-source/resources/spec.json @@ -8,7 +8,7 @@ "app_api_key", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "app_api_key": { "type": "string", diff --git a/sources/datadog-source/resources/spec.json b/sources/datadog-source/resources/spec.json index d5bd120b5..83154cd56 100644 --- a/sources/datadog-source/resources/spec.json +++ b/sources/datadog-source/resources/spec.json @@ -8,7 +8,7 @@ "api_key", "application_key" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "api_key": { "order": 0, diff --git a/sources/docker-source/resources/spec.json b/sources/docker-source/resources/spec.json index 9e395a5c7..860efa62a 100644 --- a/sources/docker-source/resources/spec.json +++ b/sources/docker-source/resources/spec.json @@ -10,7 +10,7 @@ "repositories", "cutoffDays" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "username": { "type": "string", diff --git a/sources/example-source/resources/spec.json b/sources/example-source/resources/spec.json index fa471a3a5..8b5c86a37 100644 --- a/sources/example-source/resources/spec.json +++ b/sources/example-source/resources/spec.json @@ -9,7 +9,7 @@ "user", "token" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "server_url": { "type": "string", @@ -29,4 +29,4 @@ } } } -} \ No newline at end of file +} diff --git a/sources/firehydrant-source/resources/spec.json b/sources/firehydrant-source/resources/spec.json index a89974690..a1ad71842 100644 --- a/sources/firehydrant-source/resources/spec.json +++ b/sources/firehydrant-source/resources/spec.json @@ -8,7 +8,7 @@ "token", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "token": { "type": "string", diff --git a/sources/gitlab-ci-source/resources/spec.json b/sources/gitlab-ci-source/resources/spec.json index 2fba44853..70d501ca4 100644 --- a/sources/gitlab-ci-source/resources/spec.json +++ b/sources/gitlab-ci-source/resources/spec.json @@ -5,7 +5,7 @@ "title": "Gitlab CI Spec", "type": "object", "required": ["token", "groupName", "projects"], - "additionalProperties": false, + "additionalProperties": true, "properties": { "apiUrl": { "type": "string", @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/sources/googlecalendar-source/resources/spec.json b/sources/googlecalendar-source/resources/spec.json index 1851ccc2e..f47e33234 100644 --- a/sources/googlecalendar-source/resources/spec.json +++ b/sources/googlecalendar-source/resources/spec.json @@ -8,7 +8,7 @@ "client_email", "private_key" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "client_email": { "type": "string", diff --git a/sources/harness-source/resources/spec.json b/sources/harness-source/resources/spec.json index 81eeeb08d..1554b53d4 100644 --- a/sources/harness-source/resources/spec.json +++ b/sources/harness-source/resources/spec.json @@ -9,7 +9,7 @@ "account_id", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "api_key": { "type": "string", diff --git a/sources/jenkins-source/resources/spec.json b/sources/jenkins-source/resources/spec.json index 5a1824747..458c0e985 100644 --- a/sources/jenkins-source/resources/spec.json +++ b/sources/jenkins-source/resources/spec.json @@ -9,7 +9,7 @@ "user", "token" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "server_url": { "type": "string", diff --git a/sources/okta-source/resources/spec.json b/sources/okta-source/resources/spec.json index a65c14ff7..0604c5c99 100644 --- a/sources/okta-source/resources/spec.json +++ b/sources/okta-source/resources/spec.json @@ -8,7 +8,7 @@ "token", "domain_name" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "domain_name": { "type": "string", diff --git a/sources/opsgenie-source/resources/spec.json b/sources/opsgenie-source/resources/spec.json index a43a432f7..1ed62194d 100644 --- a/sources/opsgenie-source/resources/spec.json +++ b/sources/opsgenie-source/resources/spec.json @@ -8,7 +8,7 @@ "api_key", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "api_key": { "type": "string", diff --git a/sources/pagerduty-source/resources/spec.json b/sources/pagerduty-source/resources/spec.json index 42f66107a..394e7edf7 100644 --- a/sources/pagerduty-source/resources/spec.json +++ b/sources/pagerduty-source/resources/spec.json @@ -7,7 +7,7 @@ "required": [ "token" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "token": { "type": "string", diff --git a/sources/phabricator-source/resources/spec.json b/sources/phabricator-source/resources/spec.json index 056d00c3c..61716d5c4 100644 --- a/sources/phabricator-source/resources/spec.json +++ b/sources/phabricator-source/resources/spec.json @@ -9,7 +9,7 @@ "token", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "server_url": { "type": "string", diff --git a/sources/servicenow-source/resources/spec.json b/sources/servicenow-source/resources/spec.json index a3a0a31da..2f4619064 100644 --- a/sources/servicenow-source/resources/spec.json +++ b/sources/servicenow-source/resources/spec.json @@ -9,7 +9,7 @@ "password", "url" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "username": { "order": 0, diff --git a/sources/shortcut-source/resources/spec.json b/sources/shortcut-source/resources/spec.json index d8e6b8999..b758fd9d2 100644 --- a/sources/shortcut-source/resources/spec.json +++ b/sources/shortcut-source/resources/spec.json @@ -9,7 +9,7 @@ "version", "token" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "base_url": { "type": "string", diff --git a/sources/squadcast-source/resources/spec.json b/sources/squadcast-source/resources/spec.json index 7b4372946..d81b70240 100644 --- a/sources/squadcast-source/resources/spec.json +++ b/sources/squadcast-source/resources/spec.json @@ -8,7 +8,7 @@ "token", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "token": { "type": "string", diff --git a/sources/statuspage-source/resources/spec.json b/sources/statuspage-source/resources/spec.json index ccdf04d2b..00a88a1fd 100644 --- a/sources/statuspage-source/resources/spec.json +++ b/sources/statuspage-source/resources/spec.json @@ -9,7 +9,7 @@ "api_key", "cutoff_days" ], - "additionalProperties": false, + "additionalProperties": true, "properties": { "page_id": { "type": "string",