Skip to content

Commit 0739975

Browse files
Updating baton config schema and capabilities.
1 parent 11ab5d5 commit 0739975

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

baton_capabilities.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@
1818
"CAPABILITY_SYNC"
1919
]
2020
},
21+
{
22+
"resourceType": {
23+
"id": "invitation",
24+
"displayName": "Invitation",
25+
"traits": [
26+
"TRAIT_USER"
27+
],
28+
"annotations": [
29+
{
30+
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
31+
"id": "invitation"
32+
}
33+
]
34+
},
35+
"capabilities": [
36+
"CAPABILITY_SYNC",
37+
"CAPABILITY_ACCOUNT_PROVISIONING"
38+
]
39+
},
2140
{
2241
"resourceType": {
2342
"id": "org",
@@ -103,8 +122,7 @@
103122
]
104123
},
105124
"capabilities": [
106-
"CAPABILITY_SYNC",
107-
"CAPABILITY_ACCOUNT_PROVISIONING"
125+
"CAPABILITY_SYNC"
108126
]
109127
}
110128
],

0 commit comments

Comments
 (0)