保存されるJSON
{
"locale": "ja",
"title": "マイチームのスタメン案",
"teamName": "マイチーム",
"formation": "4-4-2",
"kit": {
"primaryColor": "#0E2A8A",
"secondaryColor": "#BC002D",
"accentColor": "#FFFFFF",
"textColor": "#FFFFFF",
"pattern": "sash"
},
"pitchStyle": "classic",
"players": [
{
"id": "p1",
"name": "GK",
"number": 1,
"role": "GK",
"x": 50,
"y": 86
},
{
"id": "p2",
"name": "DF 1",
"number": 2,
"role": "DF",
"x": 17,
"y": 71
},
{
"id": "p3",
"name": "DF 2",
"number": 3,
"role": "DF",
"x": 39,
"y": 71
},
{
"id": "p4",
"name": "DF 3",
"number": 4,
"role": "DF",
"x": 61,
"y": 71
},
{
"id": "p5",
"name": "DF 4",
"number": 5,
"role": "DF",
"x": 83,
"y": 71
},
{
"id": "p6",
"name": "MF 1",
"number": 6,
"role": "MF",
"x": 17,
"y": 49
},
{
"id": "p7",
"name": "MF 2",
"number": 7,
"role": "MF",
"x": 39,
"y": 49
},
{
"id": "p8",
"name": "MF 3",
"number": 8,
"role": "MF",
"x": 61,
"y": 49
},
{
"id": "p9",
"name": "MF 4",
"number": 9,
"role": "MF",
"x": 83,
"y": 49
},
{
"id": "p10",
"name": "FW 1",
"number": 10,
"role": "FW",
"x": 38,
"y": 28
},
{
"id": "p11",
"name": "FW 2",
"number": 11,
"role": "FW",
"x": 62,
"y": 28
}
],
"captainId": "p6"
}