Merge pull request #68 from Delta-Sierra/master

add action-taken taxonomy
pull/73/head
Alexandre Dulaunoy 2017-05-19 12:16:42 +02:00 committed by GitHub
commit 49d2e5c4aa
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
{
"namespace": "action-taken",
"description": "Action taken",
"version": 1,
"predicates": [
{
"value": "informed ISP/Hosting Service Provider",
"expanded": "Informed ISP/Hosting Service Provider",
"colour": "#257ad1"
},
{
"value": "informed Registrar",
"expanded": "Informed Registrar",
"colour": "#257ad1"
},
{
"value": "informed Registrant",
"expanded": "Informed Registrant",
"colour": "#257ad1"
},
{
"value": "informed abuse-contact (domain)",
"expanded": "Informed abuse-contact (domain)",
"colour": "#257ad1"
},
{
"value": "informed abuse-contact (IP)",
"expanded": "Informed abuse-contact (IP)",
"colour": "#257ad1"
},
{
"value": "informed legal department",
"expanded": "Informed legal department",
"colour": "#257ad1"
}
]
}