# DBaaS Integration Type

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `dest-description` | string | no | The description of the destination service types. |
| `dest-service-types` | array[string] | no | A list of the destination service types the integration supports. |
| `settings` | [Settings](/reference/api/_schemas/dbaas-integration-type/#settings) | no | A JSON schema of additional settings of the integration. |
| `source-description` | string | no | The description of the source service types. |
| `source-service-types` | array[string] | no | A list of the source service types the integration supports. |
| `type` | string | no | The type of the integration. |

### Settings {#settings}

A JSON schema of additional settings of the integration.

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `additionalProperties` | boolean | no |  |
| `properties` | object | no |  |
| `title` | string | no |  |
| `type` | string | no |  |

