mirror of https://github.com/MISP/misp-objects
chg: Deleted filename attribute since it is already contained in attachment
parent
0890420856
commit
1a02c6879e
|
@ -1,15 +1,9 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"filename",
|
|
||||||
"imported-sample",
|
"imported-sample",
|
||||||
"type"
|
"type"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"filename": {
|
|
||||||
"description": "Original name of the file imported.",
|
|
||||||
"ui-priority": 1,
|
|
||||||
"misp-attribute": "filename"
|
|
||||||
},
|
|
||||||
"imported-sample": {
|
"imported-sample": {
|
||||||
"description": "The original imported file itself (binary).",
|
"description": "The original imported file itself (binary).",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
|
|
Loading…
Reference in New Issue