Skip to content

Commit 915047f

Browse files
committed
Fix integrations object
1 parent 2246b2e commit 915047f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

schema/unstable/connection_config.schema.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@
1414
"description": "CDF base URL used for the connection, for example https://api.cognitedata.com or https://az-eastus-1.cognitedata.com"
1515
},
1616
"integration": {
17-
"type": "string",
18-
"description": "Name of the integration to use for remote config and status reporting."
17+
"type": "object",
18+
"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+
]
1929
},
2030
"authentication": {
2131
"type": "object",

0 commit comments

Comments
 (0)