mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
add uuid as a field
This commit is contained in:
parent
48a65e15a6
commit
b50e057925
1 changed files with 9 additions and 1 deletions
|
@ -36,6 +36,9 @@
|
|||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "string"
|
||||
},
|
||||
"meta": {
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
|
@ -111,7 +114,12 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"source-uuid": {
|
||||
"type": "string"
|
||||
},
|
||||
"target-uuid": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue