{
  "policy": "tier1-equivalence/policies/id_generic.aster",
  "entry": "identity",
  "cases": [
    {
      "name": "int passthrough",
      "input": [
        42
      ],
      "expectedOutput": 42
    },
    {
      "name": "string passthrough",
      "input": [
        "hello"
      ],
      "expectedOutput": "hello"
    }
  ]
}
