Skip to content

Commit 4a4d537

Browse files
committed
Use backticks for Markdown code formatting in @Description (#443)
1 parent 8a1ceb5 commit 4a4d537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

metafacture-json/src/main/java/org/metafacture/json/JsonValidator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
* @author Fabian Steeg (fsteeg)
4545
*/
4646
@Description("Validate JSON against a given schema, send only valid input to the receiver. Pass the schema location to validate against. " +
47-
"Set 'schemaRoot' for resolving sub-schemas referenced in '$id' or '$ref' (defaults to the classpath root: '/'). " +
48-
"Write valid and/or invalid output to locations specified with 'writeValid' and 'writeInvalid'." +
49-
"Set the JSON key for the record ID value with 'idKey' (for logging output, defaults to 'id').")
47+
"Set `schemaRoot` for resolving sub-schemas referenced in `$id` or `$ref` (defaults to the classpath root: `/`). " +
48+
"Write valid and/or invalid output to locations specified with `writeValid` and `writeInvalid`." +
49+
"Set the JSON key for the record ID value with `idKey` (for logging output, defaults to `id`).")
5050
@In(String.class)
5151
@Out(String.class)
5252
@FluxCommand("validate-json")

0 commit comments

Comments
 (0)