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

Support for validating message payload #144

Open
danielwiehl opened this issue Apr 29, 2022 · 1 comment
Open

Support for validating message payload #144

danielwiehl opened this issue Apr 29, 2022 · 1 comment
Labels
Projects

Comments

@danielwiehl
Copy link
Collaborator

danielwiehl commented Apr 29, 2022

Is your feature request related to a problem? Please describe.

Messages sent to a topic endpoint usually contain some kind of payload. In intent-based messaging, data is typically passed in the form of parameters, but it is also possible to pass data in the message body.

So far so good. But the platform does not support out-of-the-box validation of the expected message content. Consequently, receivers have to check the validity of the content themselves.

Describe the solution you'd like

The platform should validate data passed in the message/intent body. Validation should be optional and only performed if a JSON schema is associated with a topic endpoint or capability.

@danielwiehl danielwiehl added this to Triage in SCION via automation Apr 29, 2022
@danielwiehl
Copy link
Collaborator Author

See related issue #145.

@danielwiehl danielwiehl moved this from Triage to Backlog Microfrontend Platform in SCION Apr 29, 2022
@danielwiehl danielwiehl changed the title Validate message/intent payload as needed Support for validating message payload Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
SCION
  
Backlog Microfrontend Platform
Development

No branches or pull requests

1 participant