SignWell · Schema

Nom151UrlResponse

NOM-151 download URL returned when url_only=true

E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC2

Properties

Name Type Description
file_url string Public URL to download the certificate ZIP file
View JSON Schema on GitHub

JSON Schema

Nom151UrlResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/signwell/main/json-schema/Nom151UrlResponse.json",
  "title": "Nom151UrlResponse",
  "type": "object",
  "description": "NOM-151 download URL returned when url_only=true",
  "properties": {
    "file_url": {
      "type": "string",
      "format": "url",
      "description": "Public URL to download the certificate ZIP file"
    }
  },
  "required": [
    "file_url"
  ]
}