UNPKG

relution-sdk

Version:

Relution Software Development Kit for TypeScript and JavaScript

33 lines (32 loc) 688 B
{ "name": "attachment", "label": "attachment", "description": "Document Approval data of an attachment", "attributes": [ { "name": "description", "description": "Textual description of attachment", "type": "String" }, { "name": "mimeType", "description": "MIME media type of attachment", "type": "String" }, { "name": "hrefUrl", "description": "URL of attachment", "type": "String" }, { "name": "extension", "description": "extension of the file", "type": "String" }, { "name": "fileName", "description": "name of the file", "type": "String" } ] }