File size: 1,177 Bytes
cfe9bdb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
{
"page_types": {
"types": [
{"short": "lg", "full": "login"},
{"short": "rg", "full": "registration"},
{"short": "sr", "full": "search"},
{"short": "co", "full": "checkout"},
{"short": "ct", "full": "contact"},
{"short": "pr", "full": "password_reset"},
{"short": "ln", "full": "landing"},
{"short": "pd", "full": "product"},
{"short": "bl", "full": "blog"},
{"short": "st", "full": "settings"},
{"short": "s4", "full": "soft_404"},
{"short": "er", "full": "error"},
{"short": "ca", "full": "captcha"},
{"short": "pk", "full": "parked"},
{"short": "cs", "full": "coming_soon"},
{"short": "ad", "full": "admin"},
{"short": "dl", "full": "directory_listing"},
{"short": "dp", "full": "default_page"},
{"short": "wf", "full": "waf_block"},
{"short": "ot", "full": "other"},
{"short": "XX", "full": "NOT ANNOTATED"}
],
"simplify_map": {},
"NA_value": "XX",
"skip_value": "--"
}
}
|