Revert "chore(format): Format and Sort JSON files"

This reverts commit 22b5de455b.
This commit is contained in:
2025-01-21 00:51:19 +07:00
parent bf5284b35f
commit 76fc8b07dd
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"
}
]
}