DataflowList

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
dataflows array
View JSON Schema on GitHub

JSON Schema

salesforce-automation-dataflowlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataflowList",
  "title": "DataflowList",
  "type": "object",
  "properties": {
    "dataflows": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Dataflow"
      }
    }
  }
}