Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add validation to ensure that events are created based on the specified schema #1151

Open
sandeep-ps opened this issue May 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sandeep-ps
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
We don't have validation enabled on event data apart from the required fields. Though this gives flexibility to the client applications, it also gives less control over the data stored by the Events Building Block.

Describe the solution you'd like
Enable validation to ensure that all incoming event data follows the specified schema. It's possible that the schema may need to be updated to accommodate some of the custom attributes coming from different client applications.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
We are excluding all-day events from the system. To enforce such changes, the Events Building Block must validate the incoming event data.

@sandeep-ps sandeep-ps added the enhancement New feature or request label May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant