Commit Graph

8 Commits (master)

Author SHA1 Message Date
Raphaël Vinot 8c04fe842c fix: Force non-empty strings and arrays 2018-10-31 09:20:44 +01:00
Alexandre Dulaunoy f97d3f0339
add: exclusive property added to express exclusivity at predicate or value level
Exclusive property allows to express if a predicate or a value is exclusive.
The exclusive property applies at namespace level (if the predicate is exclusive) or
at predicate level is the value is exclusive.

TLP and fr-classif updated with exclusive property.

The exclusive property can be used by the software (e.g. MISP) to warn users
if (s)he tries to add multiple tags on the same element (attribute, event...).
It's up to the configuration of the software to enforce it or not.

By default, tags are not exclusive.
2017-11-29 07:32:37 +01:00
Alexandre Dulaunoy 79002f96c4
fix: JSON schema fixed to have a colour at entry level 2017-08-16 09:58:19 +02:00
Raphaël Vinot 08d87573d4 Make the schema more sane 2017-07-19 17:47:19 +02:00
Alexandre Dulaunoy 3a3fb87693 minItem for the array 2017-05-04 11:34:59 +02:00
Alexandre Dulaunoy 3e90e2838f Schema updated to include the type - https://github.com/MISP/MISP/issues/2159
By default all taxonomies are applicable to events and attributes. But
new features will be introduced to support specific tagging for
users or organisations.

For more information: https://github.com/MISP/MISP/issues/2159
2017-05-04 10:54:38 +02:00
Raphaël Vinot 1c6ece2ae6 Update schema, fix taxonomies accordingly. 2017-02-13 16:39:06 +01:00
Raphaël Vinot 94290cfaa9 Add schema 2017-02-13 12:01:05 +01:00