Docupilot · Schema

BannerNotificationAction

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
text string
attributes object
View JSON Schema on GitHub

JSON Schema

app-BannerNotificationAction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BannerNotificationAction",
  "description": "",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "attributes": {
      "type": "object",
      "additionalProperties": {}
    }
  },
  "required": [
    "attributes",
    "text"
  ]
}