Content Types

Types of document formats. (Suggested values)

Financial DataOpen BankingOpen FinanceFinancial Data ExchangeConsumer PermissionedAccount DataTransactionsInvestmentsInsuranceTax DataPayrollRESTOAuth2FAPICFPB 1033
View JSON Schema on GitHub

JSON Schema

fdx-contenttypes.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Content Types",
  "description": "Types of document formats. (Suggested values)\n",
  "type": "string",
  "enum": [
    "application/pdf",
    "image/gif",
    "image/jpeg",
    "image/tiff",
    "image/png",
    "application/json"
  ]
}