mirror of https://github.com/MISP/misp-objects
fix: [thaicert-group-cards] name is singular has a single value which
can be multiplepull/380/head
parent
2b65dedb4d
commit
c52481cac1
|
@ -28,7 +28,7 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 3
|
"ui-priority": 3
|
||||||
},
|
},
|
||||||
"names": {
|
"name": {
|
||||||
"description": "Names or nicknames for group.",
|
"description": "Names or nicknames for group.",
|
||||||
"disable_correlation": false,
|
"disable_correlation": false,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -64,5 +64,5 @@
|
||||||
"name"
|
"name"
|
||||||
],
|
],
|
||||||
"uuid": "f42db88d-1889-4c2f-a903-971cf8e65174",
|
"uuid": "f42db88d-1889-4c2f-a903-971cf8e65174",
|
||||||
"version": 2
|
"version": 3
|
||||||
}
|
}
|
Loading…
Reference in New Issue