misp-objects/objects/internal-reference/definition.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2018-10-25 19:47:20 +02:00
{
"attributes": {
"comment": {
2018-10-25 19:47:20 +02:00
"categories": [
2018-10-25 23:45:47 +02:00
"Internal reference"
],
2018-10-25 19:47:20 +02:00
"description": "Comment associated to the identifier.",
"misp-attribute": "comment",
"ui-priority": 0
2018-10-25 19:47:20 +02:00
},
"identifier": {
2018-10-25 21:47:04 +02:00
"categories": [
2018-10-25 23:45:47 +02:00
"Internal reference"
],
"description": "Identifier of the reference. Should be unique in your system.",
"misp-attribute": "text",
"ui-priority": 1
2018-10-25 21:47:04 +02:00
},
2018-10-25 19:47:20 +02:00
"link": {
"categories": [
"Internal reference"
],
2018-10-25 19:47:20 +02:00
"description": "Link associated to the identifier.",
"misp-attribute": "link",
"ui-priority": 1
},
"type": {
2018-10-25 19:47:20 +02:00
"categories": [
2018-10-25 23:45:47 +02:00
"Internal reference"
],
"description": "Type of internal reference.",
"misp-attribute": "text",
"ui-priority": 1
2018-10-25 19:47:20 +02:00
}
},
"description": "Internal reference.",
"meta-category": "misc",
"name": "internal-reference",
"required": [
"identifier"
],
2018-10-25 19:47:20 +02:00
"uuid": "a3984dc5-5f70-4776-9262-c19641c0ff6a",
"version": 2
}