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

[IDEA] Use RapidJSON's jsonschema implementation during filters' conf load #138

Open
frikilax opened this issue Nov 28, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@frikilax
Copy link
Member

What is your feature about ?
The jsonschema specification will be used in the manager in v1.2.
The RapidJSON library included in the filters' code is also able (in a simpler way) to perform json validation.
The idea is to use these validation capabilities to verify filters' configuration at runtime.

Describe what you'd like
The validation should especially include fields type validation, requirements and control over additional fields.

Additional context
Refer to jsonschema for a reference to this schema (WARNING: RapidJSON implementation is Draft4)

@frikilax frikilax added the enhancement New feature or request label Nov 28, 2019
@frikilax frikilax changed the title [IDEA] Use RapidJSON's jsonschema implementation during conf load [IDEA] Use RapidJSON's jsonschema implementation during filters' conf load Nov 28, 2019
@NS4nti NS4nti added this to the Version 1.3 milestone Dec 19, 2019
@NS4nti NS4nti self-assigned this Jan 17, 2020
@HugoSoszynski HugoSoszynski removed this from the Version 1.3 milestone Jun 15, 2020
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

3 participants