I have an appwrite.json which generted by appwrite in correct order. then, I manually modify to add new attributes, when I do appwrite deploy collection the result on the console is not in the correct order. how can I ensure to have the correct order right here.
TL;DR
Developers are experiencing issues with the order of attributes specified in the appwrite.json file after making manual modifications. To ensure the correct order upon deployment, one solution is to alphabetize the attributes within the file before running the 'appwrite deploy collection' command.