Codat · Schema

Attachments

Unified_API

Properties

Name Type Description
attachments array
View JSON Schema on GitHub

JSON Schema

codat-attachments-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Attachments",
  "title": "Attachments",
  "x-internal": true,
  "type": "object",
  "properties": {
    "attachments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AccountingAttachment"
      },
      "nullable": true
    }
  }
}