We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e1341 commit 433bbd5Copy full SHA for 433bbd5
src/bitdrift_public/protobuf/workflow/v1/workflow.proto
@@ -419,10 +419,9 @@ message Workflow {
419
message Exact {
420
};
421
422
- // 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
423
+ // extraction logic like regex captures. If not specified, the default is exact match.
424
oneof extraction_type {
- option (validate.required) = true;
425
-
426
Exact exact = 2;
427
}
428
0 commit comments