diff --git a/src/bitdrift_public/protobuf/workflow/v1/workflow.proto b/src/bitdrift_public/protobuf/workflow/v1/workflow.proto index 19321ef..f327d5b 100644 --- a/src/bitdrift_public/protobuf/workflow/v1/workflow.proto +++ b/src/bitdrift_public/protobuf/workflow/v1/workflow.proto @@ -419,10 +419,9 @@ message Workflow { message Exact { }; - // For now we only support exact match, but in the future we might support more complex extraction logic like regex captures. + // For now we only support exact match, but in the future we might support more complex + // extraction logic like regex captures. If not specified, the default is exact match. oneof extraction_type { - option (validate.required) = true; - Exact exact = 2; } }