emqx/apps/emqx_schema_validation
Ivan Dyachkov 292b331064 Merge remote-tracking branch 'upstream/release-57' into 20240717-sync-release-57 2024-07-17 11:29:25 +02:00
..
src fix(schema validation): forbid empty topic filter list 2024-07-05 09:51:43 -03:00
test Merge remote-tracking branch 'upstream/release-57' into 20240717-sync-release-57 2024-07-17 11:29:25 +02:00
BSL.txt docs: fix stale comments and dates 2024-06-10 09:53:02 -03:00
README.md feat: implement message transformation 2024-06-06 17:51:08 -03:00
mix.exs chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
rebar.config refactor: rename `message_validation` to `schema_validation` 2024-05-14 10:32:27 -03:00

README.md

EMQX Schema Validation

This application encapsulates the functionality to validate incoming or internally triggered published payloads and take an action upon failure, which can be to just drop the message without further processing, or to disconnect the offending client as well.

Documentation

Refer to Schema Validation for more information about the semantics and checks available.

HTTP APIs

APIs are provided for validation management, which includes creating, updating, looking up, deleting, listing validations.

Refer to API Docs - Bridges for more detailed information.

Contributing

Please see our contributing.md.

License

EMQ Business Source License 1.1, refer to LICENSE.