mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-08 02:52:32 +00:00
Revert "chore(format): Format and Sort JSON files"
This reverts commit 22b5de455b.
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"id": "photo_facial_motion_group-amao-001",
|
||||
"name": "Laugh",
|
||||
"number": 1
|
||||
},
|
||||
{
|
||||
"id": "photo_facial_motion_group-amao-001",
|
||||
"name": "Angry",
|
||||
"number": 2
|
||||
},
|
||||
{
|
||||
"id": "photo_facial_motion_group-amao-001",
|
||||
"name": "Troubled",
|
||||
"number": 3
|
||||
},
|
||||
{
|
||||
"id": "photo_facial_motion_group-amao-001",
|
||||
"name": "Shy",
|
||||
"number": 4
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"primaryKeys": [
|
||||
"id",
|
||||
"number"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"id": "photo_facial_motion_group-amao-001",
|
||||
"number": 1,
|
||||
"name": "Laugh"
|
||||
},
|
||||
{
|
||||
"id": "photo_facial_motion_group-amao-001",
|
||||
"number": 2,
|
||||
"name": "Angry"
|
||||
},
|
||||
{
|
||||
"id": "photo_facial_motion_group-amao-001",
|
||||
"number": 3,
|
||||
"name": "Troubled"
|
||||
},
|
||||
{
|
||||
"id": "photo_facial_motion_group-amao-001",
|
||||
"number": 4,
|
||||
"name": "Shy"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user