mirror of https://github.com/MISP/misp-rfc
chg: [misp-object-template] JSON reference is now RFC 8259 - Comment from Carsten Bormann
parent
a11090c9be
commit
56ee9b01a5
|
@ -67,7 +67,7 @@ MISP object template elements consist of an object\_relation (**MUST**), a type
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
The MISP object template format uses the JSON [@!RFC4627] format. Each template is represented as a JSON object with meta information including the following fields: uuid, requiredOneOf, description, version, meta-category, name.
|
The MISP object template format uses the JSON [@!RFC8259] format. Each template is represented as a JSON object with meta information including the following fields: uuid, requiredOneOf, description, version, meta-category, name.
|
||||||
|
|
||||||
### Object Template
|
### Object Template
|
||||||
|
|
||||||
|
|
|
@ -136,7 +136,7 @@ Internet-Draft MISP object template format April 2018
|
||||||
|
|
||||||
2.1. Overview
|
2.1. Overview
|
||||||
|
|
||||||
The MISP object template format uses the JSON [RFC4627] format. Each
|
The MISP object template format uses the JSON [RFC8259] format. Each
|
||||||
template is represented as a JSON object with meta information
|
template is represented as a JSON object with meta information
|
||||||
including the following fields: uuid, requiredOneOf, description,
|
including the following fields: uuid, requiredOneOf, description,
|
||||||
version, meta-category, name.
|
version, meta-category, name.
|
||||||
|
@ -989,10 +989,10 @@ Internet-Draft MISP object template format April 2018
|
||||||
DOI 10.17487/RFC4122, July 2005,
|
DOI 10.17487/RFC4122, July 2005,
|
||||||
<https://www.rfc-editor.org/info/rfc4122>.
|
<https://www.rfc-editor.org/info/rfc4122>.
|
||||||
|
|
||||||
[RFC4627] Crockford, D., "The application/json Media Type for
|
[RFC8259] Bray, T., Ed., "The JavaScript Object Notation (JSON) Data
|
||||||
JavaScript Object Notation (JSON)", RFC 4627,
|
Interchange Format", STD 90, RFC 8259,
|
||||||
DOI 10.17487/RFC4627, July 2006,
|
DOI 10.17487/RFC8259, December 2017,
|
||||||
<https://www.rfc-editor.org/info/rfc4627>.
|
<https://www.rfc-editor.org/info/rfc8259>.
|
||||||
|
|
||||||
5.2. Informative References
|
5.2. Informative References
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue