{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-get-tax-form-response-structure.json", "description": "GetTaxFormResponse schema from Adyen API", "type": "object", "properties": { "content": { "description": "The content of the tax form in Base64 format.", "format": "byte", "type": "string" }, "contentType": { "description": "The content type of the tax form.\n\nPossible values:\n* **application/pdf**\n\n", "enum": [ "application/pdf" ], "type": "string" } }, "required": [ "content" ], "name": "GetTaxFormResponse" }