For each cleaning run a new file should be created in the blob storage in the following format:

cleaning/{seconds since 1970}.json

Containing the following content:

{
	"map": {...},// see cleaning map format
	"zones": {...},// see cleaning map format
	"path": {...} // see cleaning path format
}