StackOne · Schema

MarketingCreateTemplateRequestDto

IntegrationsiPaaS

Properties

Name Type Description
messages object
id string
name string
tags array
View JSON Schema on GitHub

JSON Schema

stackone-marketingcreatetemplaterequestdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MarketingCreateTemplateRequestDto",
  "title": "MarketingCreateTemplateRequestDto",
  "type": "object",
  "properties": {
    "messages": {
      "$ref": "#/components/schemas/Message"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}