Unified.to · Schema

SigningTemplate

IntegrationsUnified API

Properties

Name Type Description
created_at string
creator_id string
description string
id string
is_active boolean
name string
raw object
updated_at string
View JSON Schema on GitHub

JSON Schema

unified-to-signingtemplate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SigningTemplate",
  "title": "SigningTemplate",
  "properties": {
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "creator_id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "is_active": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}