SignWell · Schema

LabelInfo

Label information

E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC2

Properties

Name Type Description
id string Label ID
name string Label name
View JSON Schema on GitHub

JSON Schema

LabelInfo.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/signwell/main/json-schema/LabelInfo.json",
  "title": "LabelInfo",
  "type": "object",
  "description": "Label information",
  "properties": {
    "id": {
      "type": "string",
      "description": "Label ID"
    },
    "name": {
      "type": "string",
      "description": "Label name"
    }
  }
}