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