mirror of https://github.com/MISP/misp-objects
new: Internal reference object
parent
2f1ed1ee0c
commit
1a0d055caa
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"required": [
|
||||
"identifier"
|
||||
],
|
||||
"attributes": {
|
||||
"identifier": {
|
||||
"description": "Identifier of the reference. Should be unique in your system.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text",
|
||||
"categories": [
|
||||
"Internal reference"
|
||||
]
|
||||
},
|
||||
"comment": {
|
||||
"description": "Comment associated to the identifier.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "comment",
|
||||
"categories": [
|
||||
"Internal reference"
|
||||
]
|
||||
},
|
||||
"link": {
|
||||
"description": "Link associated to the identifier.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "link",
|
||||
"categories": [
|
||||
"Internal reference"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Internal reference.",
|
||||
"meta-category": "misc",
|
||||
"uuid": "a3984dc5-5f70-4776-9262-c19641c0ff6a",
|
||||
"name": "internal-reference"
|
||||
}
|
Loading…
Reference in New Issue