11 lines
249 B
YAML
11 lines
249 B
YAML
|
|
type: object
|
||
|
|
properties:
|
||
|
|
status:
|
||
|
|
type: integer
|
||
|
|
description: The status of the integration (0 for inactive, 1 for active)
|
||
|
|
example: 1
|
||
|
|
settings:
|
||
|
|
type: object
|
||
|
|
description: The settings required by the integration
|
||
|
|
example: {}
|