SignNow · JSON Structure

Signnow Document Structure

Structural documentation for the SignNow Document resource and its nested components.

Type: Properties: 0
E-SignatureDocument-ManagementElectronic SignatureWorkflow-Automation

Signnow Document Structure is a JSON Structure definition published by SignNow.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "SignNow Document Structure",
  "description": "Structural documentation for the SignNow Document resource and its nested components.",
  "version": "2.0",
  "structure": {
    "Document": {
      "description": "A SignNow document submitted for e-signature processing.",
      "fields": {
        "id": {"type": "string", "description": "Unique document identifier (UUID)."},
        "document_name": {"type": "string", "description": "Human-readable document name."},
        "created": {"type": "datetime", "description": "ISO 8601 creation timestamp."},
        "updated": {"type": "datetime", "description": "ISO 8601 last modified timestamp."},
        "user_id": {"type": "string", "description": "Owner's user ID."},
        "origin_document_id": {"type": "string", "description": "Source template ID (if applicable)."},
        "page_count": {"type": "integer", "description": "Number of document pages."},
        "fieldinvite_status": {"type": "enum", "values": ["pending", "fulfilled", "declined", "expired"], "description": "Overall signing invite status."},
        "signing_session_caching": {"type": "boolean", "description": "Session caching enabled flag."},
        "roles": {"type": "array", "items": "Role", "description": "Defined signing roles."},
        "fields": {"type": "array", "items": "Field", "description": "Form fields embedded in document."},
        "requests": {"type": "array", "items": "SigningRequest", "description": "Signing invitations sent."},
        "tags": {"type": "array", "items": "string", "description": "Organizational tags."}
      }
    },
    "Role": {
      "description": "A signing role within a document or template.",
      "fields": {
        "unique_id": {"type": "string", "description": "Role identifier."},
        "name": {"type": "string", "description": "Role display name (e.g., Signer, Approver)."},
        "signing_order": {"type": "integer", "description": "Sequential signing order (1-based)."}
      }
    },
    "Field": {
      "description": "A form field placed on a document page.",
      "fields": {
        "type": {"type": "enum", "values": ["signature", "initials", "text", "date", "checkbox", "dropdown", "radiobutton"]},
        "x": {"type": "number", "description": "X coordinate (pixels from left)."},
        "y": {"type": "number", "description": "Y coordinate (pixels from top)."},
        "width": {"type": "number", "description": "Field width in pixels."},
        "height": {"type": "number", "description": "Field height in pixels."},
        "page_number": {"type": "integer", "description": "Zero-indexed page number."},
        "role_id": {"type": "string", "description": "Signing role assigned to fill this field."},
        "required": {"type": "boolean"},
        "label": {"type": "string", "description": "Field label text."}
      }
    },
    "SigningRequest": {
      "description": "A signature invitation sent to a recipient.",
      "fields": {
        "id": {"type": "string"},
        "signer_email": {"type": "string", "format": "email"},
        "status": {"type": "enum", "values": ["pending", "fulfilled", "declined", "expired"]},
        "created": {"type": "datetime"},
        "updated": {"type": "datetime"}
      }
    },
    "Template": {
      "description": "A reusable document template for e-signature workflows.",
      "fields": {
        "id": {"type": "string"},
        "document_name": {"type": "string"},
        "created": {"type": "datetime"},
        "updated": {"type": "datetime"},
        "roles": {"type": "array", "items": "Role"},
        "fields": {"type": "array", "items": "Field"},
        "page_count": {"type": "integer"}
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/signnow-document-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.