}
/* ----------------- helpers to return Json consistently -------------- */
private static ApplicationRecord makeAppRecord(ApplicationSpecification appSpec) {
return new ApplicationRecord("App", appSpec.getName(), appSpec.getName(), appSpec.getDescription());
}