1{
2  "types": {
3    "EIP712Domain": [
4      {
5        "name": "name",
6        "type": "string"
7      },
8      {
9        "name": "version",
10        "type": "string"
11      },
12      {
13        "name": "chainId",
14        "type": "uint256"
15      },
16      {
17        "name": "verifyingContract",
18        "type": "address"
19      }
20    ],
21    "Mail": [
22      {
23        "name": "test",
24        "type": "uint8"
25      }
26    ]
27  },
28  "primaryType": "Mail",
29  "domain": {
30    "name": "Ether Mail",
31    "version": "1",
32    "chainId": "1",
33    "verifyingContract": "0xCCCcccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC"
34  },
35  "message": {
36    "test":"255.3"
37  }
38}
39