Docupilot · Schema

MigrateToNativeSyntaxRequest

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
provider string
title string
View JSON Schema on GitHub

JSON Schema

app-MigrateToNativeSyntaxRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MigrateToNativeSyntaxRequest",
  "description": "",
  "type": "object",
  "properties": {
    "provider": {
      "enum": [
        "docusign"
      ],
      "type": "string",
      "default": "docusign"
    },
    "title": {
      "type": "string"
    }
  }
}