You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/Configuration.java
* Contributes to the model used for TSP swagger-core annotations.
@@ -51,6 +50,6 @@ public interface Configuration {
51
50
* @return parameters to return. Can be used to show
52
51
* more details to users of the configuration instance
53
52
*/
54
-
@Schema(description = "Optional parameters representing the configuration parameters used to create this configuration.")
55
-
Map<String, Object>getParameters();
53
+
@Schema(description = "Optional parameters representing the configuration parameters used to create this configuration.", additionalProperties = AdditionalPropertiesValue.TRUE)
0 commit comments