chore(format): Format and Sort JSON files

This commit is contained in:
NatsumeLS
2025-01-20 17:45:56 +00:00
parent c8d7ffa0cd
commit 22b5de455b
94 changed files with 890117 additions and 890117 deletions

View File

@@ -1,17 +1,17 @@
{
"data": [
{
"name": "Activities",
"type": "ProduceStepType_EventSchool"
},
{
"name": "Gift",
"type": "ProduceStepType_Present"
}
],
"rules": {
"primaryKeys": [
"type"
]
},
"data": [
{
"type": "ProduceStepType_EventSchool",
"name": "Activities"
},
{
"type": "ProduceStepType_Present",
"name": "Gift"
}
]
}
}
}