You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/schemas/hubs/integrations/IntegrationDefinition.yml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
title: IntegrationDefinition
2
-
description: Describes an integration for a Cycle Hub that can be enabled by the Hub owner.
2
+
description: Describes an integration for a Cycle hub that can be enabled by the hub owner.
3
3
type: object
4
4
required:
5
5
- vendor
@@ -24,7 +24,7 @@ properties:
24
24
type:
25
25
- array
26
26
- "null"
27
-
description: A list of additional features supported by this Integration.
27
+
description: A list of additional features supported by this integration.
28
28
items:
29
29
type: string
30
30
extends:
@@ -38,7 +38,7 @@ properties:
38
38
type:
39
39
- object
40
40
- "null"
41
-
description: Additional configuration options that are available when using this Integration. These describe additional functionality that Cycle may utilize.
41
+
description: Additional configuration options that are available when using this integration. These describe additional functionality that Cycle may utilize.
42
42
properties:
43
43
options:
44
44
type:
@@ -103,6 +103,10 @@ properties:
103
103
type: boolean
104
104
usable:
105
105
type: boolean
106
+
description: Whether or not this integration can be used at this time.
107
+
deprecated:
108
+
type: boolean
109
+
description: If true, this integration is no longer being supported and may be removed in the future. New instances of this integration will not be able to be created.
106
110
editable:
107
111
type: boolean
108
-
description: If true, the Integration can be edited. Otherwise, to make a change it will need to be deleted and recreated.
112
+
description: If true, the integration can be edited. Otherwise, to make a change it will need to be deleted and recreated.
0 commit comments