JSON documentation for AI timer generation
I've starting using an LLM (similar to chatGPT) to write exercise programs. I have also managed to get it to turn them into workable JSON for import into timeR machine using code samples from exported timers. However, it doesn't know about all the features. It would be great if there were a sample JSON and some documentation that to point an AI exercise physiologist to so that it could understand the full feature set and use it to produce optimal JSON for import.
The JSON format is relatively straightforward: https://github.com/timer-machine/timer-machine-android/blob/develop/data/src/main/java/xyz/aprildown/timer/data/datas/AppDataData.kt#L9
All classes are in the directory: https://github.com/timer-machine/timer-machine-android/tree/develop/data/src/main/java/xyz/aprildown/timer/data/datas