{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InvoiceTypeEnum", "title": "InvoiceTypeEnum", "type": "string", "enum": [ "ACCOUNTS_RECEIVABLE", "ACCOUNTS_PAYABLE" ] }