Skip to content

Commit

Permalink
Use backticks for Markdown code formatting in @Description (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Sep 22, 2022
1 parent 8a1ceb5 commit 4a4d537
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
* @author Fabian Steeg (fsteeg)
*/
@Description("Validate JSON against a given schema, send only valid input to the receiver. Pass the schema location to validate against. " +
"Set 'schemaRoot' for resolving sub-schemas referenced in '$id' or '$ref' (defaults to the classpath root: '/'). " +
"Write valid and/or invalid output to locations specified with 'writeValid' and 'writeInvalid'." +
"Set the JSON key for the record ID value with 'idKey' (for logging output, defaults to 'id').")
"Set `schemaRoot` for resolving sub-schemas referenced in `$id` or `$ref` (defaults to the classpath root: `/`). " +
"Write valid and/or invalid output to locations specified with `writeValid` and `writeInvalid`." +
"Set the JSON key for the record ID value with `idKey` (for logging output, defaults to `id`).")
@In(String.class)
@Out(String.class)
@FluxCommand("validate-json")
Expand Down

0 comments on commit 4a4d537

Please sign in to comment.