SpotDraft · Schema

SpotDraft Counterparty

JSON Schema for the SpotDraft Counterparty resource derived from SendToCounterparty in the Public API OpenAPI spec.

Contract Lifecycle ManagementCLMContractsLegal TechE-SignatureClickwrapWorkflowsApprovalsNegotiationTemplatesCounterpartiesObligationsAnalyticsWebhookArtificial IntelligenceSoftware-as-a-ServiceBangalore

Properties

Name Type Description
to_emails array Optional list of primary recipient email addresses. If omitted, SpotDraft uses the configured counterparty recipients for the contract.
cc_emails array Optional list of email addresses to copy on the outbound contract email.
bcc_emails array Optional list of blind-copy email addresses for the outbound contract email.
attachment_formats array At least one attachment format is required. Allowed values come from the ContractEmailFormat enum.
extra_attachments array Optional additional attachments to send with the contract email.
custom_message string Optional custom message to include in the contract email body.
subject string Optional custom email subject line.
View JSON Schema on GitHub

JSON Schema

spotdraft-counterparty-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/spotdraft/main/json-schema/spotdraft-counterparty-schema.json",
  "title": "SpotDraft Counterparty",
  "description": "JSON Schema for the SpotDraft Counterparty resource derived from SendToCounterparty in the Public API OpenAPI spec.",
  "type": "object",
  "properties": {
    "to_emails": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional list of primary recipient email addresses. If omitted, SpotDraft uses the configured counterparty recipients for the contract."
    },
    "cc_emails": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional list of email addresses to copy on the outbound contract email."
    },
    "bcc_emails": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional list of blind-copy email addresses for the outbound contract email."
    },
    "attachment_formats": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AttachmentFormatsEnum"
      },
      "description": "At least one attachment format is required. Allowed values come from the ContractEmailFormat enum."
    },
    "extra_attachments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EmailBase64Attachment"
      },
      "description": "Optional additional attachments to send with the contract email."
    },
    "custom_message": {
      "type": "string",
      "description": "Optional custom message to include in the contract email body."
    },
    "subject": {
      "type": "string",
      "description": "Optional custom email subject line."
    }
  },
  "required": [
    "attachment_formats"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/spotdraft-counterparty"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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