schnapps rlist -j produces invalid JSON
Example:
schnapps rlist -j
{ "snapshots": [
{ "number": omnia-medkit-seldon-22, "type": "time", "size": "57.1M", "created": "2021-10-28 15:51:50 +0200", "description": "Pre-export snapshot" }
] }
The snapshot was created by:
/usr/bin/schnapps create -t time "Pre-export snapshot"
Then uploaded with
/usr/bin/schnapps upload $ID_OF_SNAPSHOT
In other words, the "number" for a remote snapshot is the full name, rather than simply 22. Thus the JSON produced is invalid.