Skip to content

Commit a91b619

Browse files
committed
fix: [credential] validate all
1 parent 12be365 commit a91b619

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

objects/credential/definition.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@
6262
"unknown"
6363
]
6464
},
65-
"username": {
66-
"description": "Username related to the password(s)",
67-
"misp-attribute": "text",
68-
"ui-priority": 1
69-
},
7065
"use-at": {
7166
"description": "The link identifying where the credential is used.",
7267
"disable_correlation": true,
73-
"multiple": true,
7468
"misp-attribute": "link",
69+
"multiple": true,
7570
"ui-priority": 0
71+
},
72+
"username": {
73+
"description": "Username related to the password(s)",
74+
"misp-attribute": "text",
75+
"ui-priority": 1
7676
}
7777
},
7878
"description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",

0 commit comments

Comments
 (0)