summaryrefslogtreecommitdiff
path: root/src/schema.py
Commit message (Collapse)AuthorAgeFilesLines
* initial fresh upVictor Näslund2022-11-011-5/+6
|
* Rename timestamp_in_utc to timestamp, change formatHEADmainErnst Widerberg2022-04-251-3/+3
| | | | | | | | The format "date-time" in jsonschema is as defined in RFC 3339, which is about the same as ISO 8601. Validating this requires an additional package which is specified in python-jsonschema docs.
* Use the schema when creating indexes, also validate data before writing to ↵Kristofer Hallin2022-04-121-5/+29
| | | | CouchDB.
* Added investigation_neededJohn Van de Meulebrouck Brendgard2022-04-111-9/+22
| | | | | and made it required to specify either vulnerable or investigation_needed.
* Rename top-level property "system_name" -> "display_name"Ernst Widerberg2022-04-111-2/+2
|
* Update example_data + schemaErnst Widerberg2022-04-111-43/+66
|
* JSON schema for data.Kristofer Hallin2022-02-071-0/+75