Skip to content

Commit 941b9bf

Browse files
authored
Add deprecated field to integration definitions (#582)
1 parent d2a140e commit 941b9bf

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

components/schemas/hubs/integrations/IntegrationDefinition.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
33
type: object
44
required:
55
- vendor
@@ -24,7 +24,7 @@ properties:
2424
type:
2525
- array
2626
- "null"
27-
description: A list of additional features supported by this Integration.
27+
description: A list of additional features supported by this integration.
2828
items:
2929
type: string
3030
extends:
@@ -38,7 +38,7 @@ properties:
3838
type:
3939
- object
4040
- "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.
4242
properties:
4343
options:
4444
type:
@@ -103,6 +103,10 @@ properties:
103103
type: boolean
104104
usable:
105105
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.
106110
editable:
107111
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

Comments
 (0)