MISP/format/2.4/README.md

13 lines
475 B
Markdown

MISP core format is a simple format used by MISP to describe an event with all the associated keys like
attributes, tags or distribution.
The MISP core format are described in the [MISP rfc repository](https://github.com/MISP/misp-rfc).
# JSON Schema
JSON Schema used by MISP and other tools to validate JSON documents to be produced or to be consumed.
* [JSON schema for MISP core format](schema.json)
* [JSON schema for PyMISP minimal event creation](schema-lax.json)