{
  "policy": "tier1-equivalence/policies/enum_wildcard.aster",
  "entry": "show2",
  "cases": [
    {
      "name": "InvalidCreds → bad",
      "input": [
        "InvalidCreds"
      ],
      "expectedOutput": "bad"
    },
    {
      "name": "Locked → other",
      "input": [
        "Locked"
      ],
      "expectedOutput": "other"
    }
  ]
}
