Map<String, dynamic> toJson() => { 'scope': scope.toJson(), 'metrics': metrics.map((m) => m.toJson()).toList(), };