tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

JSON Schema Support #118

Open dominiklohmann opened 7 months ago

dominiklohmann commented 7 months ago

JSON schema is a common specification to define constraints on JSON data, especially when it occurs in a more structured form. For example, Suricata ships with a detailed schema for EVE. We would like to make use of existing JSON Schema specifications by converting them into a module

### Definition of Done
- [ ] Agree on how we want to use JSON Schema for parsing
- [ ] Agree on how we want to use JSON Schema for validation
- [ ] Implement the agreed upon changes
mavam commented 7 months ago

The discussed validate operator might be part of this effort.