new: Internal reference object

pull/125/head
Raphaël Vinot 2018-10-25 13:47:20 -04:00
parent 2f1ed1ee0c
commit 1a0d055caa
1 changed files with 36 additions and 0 deletions

View File

@ -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"
}