chg: [command] Added configuration file for enisa-csirts

pull/35/head
mokaddem 2020-11-30 16:03:58 +01:00
parent da1be4be0f
commit 1db86113fc
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"format": "json",
"mapping": {
"name": "data.{n}.short-team-name",
"uuid": {
"path": "data.{n}.team-name",
"override": false,
"massage": "genUUID"
},
"url": "data.{n}.website",
"nationality": "data.{n}.country-name",
"membership_type": "data.{n}.first-member-type",
"email": "data.{n}.email",
"country": "data.{n}.country-name",
"official_name": "data.{n}.team-name",
"established": "data.{n}.establishment",
"website": "data.{n}.website",
"constituency": "data.{n}.constituency",
"is_approved": "data.{n}.is_approved",
"enisa_geo_group": "data.{n}.enisa-geo-group",
"oes_coverage": "data.{n}.oes-coverage",
"enisa-tistatus": "data.{n}.enisa-tistatus",
"csirt_network_status": "data.{n}.csirt-network-status"
}
}