in functions/schemaLoader.js [101:104]
function extractSchemaInfo(schemasBuildIdLabel) { const split = schemasBuildIdLabel.split("_"); return {hash: split[1], timestamp: split[0]}; }