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: jsonvalidator-service/src/main/java/eu/europa/ec/itb/json/rest/model/Input.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class Input {
29
29
privateBooleanlocationAsPointer;
30
30
@Schema(description = "Whether to include the validated input in the resulting report's context section.", defaultValue = "false")
31
31
privateBooleanaddInputToReport;
32
-
@Schema(description = "Whether to wrap the input (see addInputToReport) in a CDATA block if producing an XML report. False results in adding the input via XML escaping.", defaultValue = "true")
32
+
@Schema(description = "Whether to wrap the input (see addInputToReport) in a CDATA block if producing an XML report. False results in adding the input via XML escaping.", defaultValue = "false")
33
33
privateBooleanwrapReportDataInCDATA;
34
34
@Schema(description = "Locale (language code) to use for reporting of results. If the provided locale is not supported by the validator the default locale will be used instead (e.g. 'fr', 'fr_FR').")
0 commit comments