{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OnErrorEnum", "title": "OnErrorEnum", "enum": [ "continue", "abort", "complete", "branch" ], "type": "string", "description": "* `continue` - continue\n* `abort` - abort\n* `complete` - complete\n* `branch` - branch" }