File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
metafacture-json/src/main/java/org/metafacture/json Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
* @author Fabian Steeg (fsteeg)
45
45
*/
46
46
@ 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` )." )
50
50
@ In (String .class )
51
51
@ Out (String .class )
52
52
@ FluxCommand ("validate-json" )
You can’t perform that action at this time.
0 commit comments