Skip to content

Commit

Permalink
fixing breaking field for optimizely data platform
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment committed Mar 6, 2024
1 parent f540306 commit f5e6e4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const event_type: InputField = {
label: 'Optimizely Event Type',
description: 'The Optimizely Event Type.',
type: 'string',
required: true,
required: false,
default: {
'@path': '$.event'
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5e6e4f

Please sign in to comment.