We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2246b2e commit 915047fCopy full SHA for 915047f
schema/unstable/connection_config.schema.json
@@ -14,8 +14,18 @@
14
"description": "CDF base URL used for the connection, for example https://api.cognitedata.com or https://az-eastus-1.cognitedata.com"
15
},
16
"integration": {
17
- "type": "string",
18
- "description": "Name of the integration to use for remote config and status reporting."
+ "type": "object",
+ "description": "Name of the integration to use for remote config and status reporting.",
19
+ "unevaluatedProperties": false,
20
+ "properties": {
21
+ "external-id": {
22
+ "type": "string",
23
+ "description": "External ID of the integration to use for remote config and status reporting."
24
+ }
25
+ },
26
+ "required": [
27
+ "external-id"
28
+ ]
29
30
"authentication": {
31
"type": "object",
0 commit comments