Boltic · Schema

DestinationType

AutomationDataSyncGatewaysNoCodeStreamingWorkflows

Properties

Name Type Description
id string
name string
category string
icon string
View JSON Schema on GitHub

JSON Schema

boltic-destinationtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DestinationType",
  "title": "DestinationType",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "icon": {
      "type": "string",
      "format": "uri"
    }
  }
}