PandaDoc · Schema

DocumentFieldsResponse

Fields contained in a document.

Document AutomationE-SignatureDocument ManagementDocument GenerationWebhooks

Properties

Name Type Description
fields array List of document fields.
View JSON Schema on GitHub

JSON Schema

pandadoc-documentfieldsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentFieldsResponse",
  "title": "DocumentFieldsResponse",
  "type": "object",
  "description": "Fields contained in a document.",
  "properties": {
    "fields": {
      "type": "array",
      "description": "List of document fields.",
      "items": {
        "$ref": "#/components/schemas/DocumentField"
      }
    }
  }
}