Commit Graph

4 Commits

Author SHA1 Message Date
Ross Wolf 632a322431 Fix encoding of 'Any' type in jsonschema (#1438)
(cherry picked from commit 11c443ba26)
2021-08-19 16:16:40 +00:00
Justin Ibarra 07a7784659 Update cardinality field in schema for threshold rules (#1349)
* Make cardinality array in schema for threshold rules
* update master, 7.12, 7.13, and 7.14 schemas with cardinality fix
* fix 7.12 downgrade to handle cardinality as an array

* Add two new rules to detect agent spoofing

Co-authored-by: Ross Wolf <31489089+rw-access@users.noreply.github.com>

(cherry picked from commit 163d9e3864)
2021-07-21 16:33:59 +00:00
Ross Wolf adc63cd84b Add optional integration field to the schema (#1359)
(cherry picked from commit 816e31cd38)
2021-07-19 18:53:54 +00:00
Ross Wolf eb40c52c7c Port historical schemas to jsonschema (#1084)
* Port historical schemas to jsonschema
* Add marshmallow-json dependency
* Mark etc/api_schemas as binary
* Remove gitattributes attempt
* Lint fix
* Apply PR feedback
* Additional PR feedback
* Extract stack version from packages.yml
* Fix the backport schemas
* Cache the schema reads
* Add migration for #1167
* Make a separate 'migration not found' error
2021-05-13 14:27:32 -06:00