Docupilot · Schema

BannerNotification

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
id string
name string
description string
action object
View JSON Schema on GitHub

JSON Schema

app-BannerNotification.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BannerNotification",
  "description": "",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "action": {
      "$ref": "#/components/schemas/BannerNotificationAction"
    }
  },
  "required": [
    "action",
    "description",
    "id",
    "name"
  ]
}