mirror of https://github.com/MISP/misp-objects
fix: JSON Validation
parent
3fce227f39
commit
054899d28b
|
@ -5,29 +5,23 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"profile-image": {
|
"follower": {
|
||||||
"description": "Profile image of the GitHub user (it can be multiple).",
|
"description": "GitHub user is followed by.",
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "github-username",
|
||||||
"ui-priority": 1,
|
"multiple": true,
|
||||||
"multiple": true
|
"ui-priority": 79
|
||||||
},
|
},
|
||||||
"following": {
|
"following": {
|
||||||
"description": "Followed GitHub users by the GitHub user.",
|
"description": "Followed GitHub users by the GitHub user.",
|
||||||
"misp-attribute": "github-username",
|
"misp-attribute": "github-username",
|
||||||
"ui-priority": 80,
|
"multiple": true,
|
||||||
"multiple": true
|
"ui-priority": 80
|
||||||
},
|
},
|
||||||
"follower": {
|
"link": {
|
||||||
"description": "GitHub user is followed by.",
|
"description": "Original Link to the GitHub account.",
|
||||||
"misp-attribute": "github-username",
|
"misp-attribute": "link",
|
||||||
"ui-priority": 79,
|
"multiple": true,
|
||||||
"multiple": true
|
"ui-priority": 1
|
||||||
},
|
|
||||||
"ssh-public-key": {
|
|
||||||
"description": "SSH public key associated to the GitHub user.",
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 10,
|
|
||||||
"multiple": true
|
|
||||||
},
|
},
|
||||||
"organisation": {
|
"organisation": {
|
||||||
"description": "Organisation affiliation of the GitHub user (it can be multiple).",
|
"description": "Organisation affiliation of the GitHub user (it can be multiple).",
|
||||||
|
@ -35,11 +29,11 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"username": {
|
"profile-image": {
|
||||||
"description": "GitHub username.",
|
"description": "Profile image of the GitHub user (it can be multiple).",
|
||||||
"misp-attribute": "github-username",
|
"misp-attribute": "attachment",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 98
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"description": "GitHub repository under the GitHub user.",
|
"description": "GitHub repository under the GitHub user.",
|
||||||
|
@ -47,16 +41,22 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 96
|
"ui-priority": 96
|
||||||
},
|
},
|
||||||
|
"ssh-public-key": {
|
||||||
|
"description": "SSH public key associated to the GitHub user.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 10
|
||||||
|
},
|
||||||
"user-fullname": {
|
"user-fullname": {
|
||||||
"description": "Fullname of the GitHub user.",
|
"description": "Fullname of the GitHub user.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 97
|
"ui-priority": 97
|
||||||
},
|
},
|
||||||
"link": {
|
"username": {
|
||||||
"description": "Original Link to the GitHub account.",
|
"description": "GitHub username.",
|
||||||
"misp-attribute": "link",
|
"misp-attribute": "github-username",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 98
|
||||||
},
|
},
|
||||||
"verified": {
|
"verified": {
|
||||||
"description": "User verified.",
|
"description": "User verified.",
|
||||||
|
@ -78,4 +78,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "4329b5e6-8e6a-4b55-8fd1-9033782017d4",
|
"uuid": "4329b5e6-8e6a-4b55-8fd1-9033782017d4",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
|
@ -182,4 +182,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
||||||
"version": 7
|
"version": 7
|
||||||
}
|
}
|
Loading…
Reference in New Issue