{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/invoice_creation_flow", "title": "Invoice Creation Flow", "type": "string", "description": "The frequency at which the invoice is sent:", "enum": [ "MULTIPLE_RECIPIENTS_GROUP", "BATCH", "REGULAR_SINGLE" ] }