Modern Treasury · Schema

legacy_document_create_request

FintechPaymentsACHWiresTreasury

Properties

Name Type Description
document_type string A category given to the document, can be `null`.
file string
View JSON Schema on GitHub

JSON Schema

modern-treasury-legacy-document-create-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/legacy_document_create_request",
  "title": "legacy_document_create_request",
  "type": "object",
  "properties": {
    "document_type": {
      "type": "string",
      "description": "A category given to the document, can be `null`."
    },
    "file": {
      "type": "string",
      "format": "binary"
    }
  },
  "required": [
    "file"
  ]
}