mirror of https://github.com/MISP/misp-objects
chg: Added user-id attribute as one of the required ones
parent
ebdaa49cbd
commit
0caf4a9edc
|
@ -6,7 +6,8 @@
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"password",
|
"password",
|
||||||
"username"
|
"username",
|
||||||
|
"user-id"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"text": {
|
"text": {
|
||||||
|
|
Loading…
Reference in New Issue