mirror of https://github.com/MISP/misp-objects
add alias as a requiredOneof attribute
parent
7d7031a5e4
commit
b0d8e91f0f
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"first-name",
|
"first-name",
|
||||||
"last-name"
|
"last-name",
|
||||||
|
"alias"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"text": {
|
"text": {
|
||||||
|
|
Loading…
Reference in New Issue