{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NonBreakingSchemaUpdatesBehaviorEnumNoDefault", "title": "NonBreakingSchemaUpdatesBehaviorEnumNoDefault", "type": "string", "description": "Set how Airbyte handles syncs when it detects a non-breaking schema change in the source", "enum": [ "ignore", "disable_connection", "propagate_columns", "propagate_fully" ], "x-speakeasy-component": true }