Docupilot · Schema

ExchangeSessionResponse

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
code string
View JSON Schema on GitHub

JSON Schema

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