Skip to content

Commit

Permalink
reporter returns walk_result
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed May 2, 2024
1 parent 073cd04 commit eee1ed9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/ref/jsonschema/json_schema/validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ to a [json_visitor](../../corelib/basic_json_visitor.md).
<td>reporter</td>
<td>A function object with signature equivalent to
<pre>
void fun(const validation_message& msg)</pre>
which accepts an argument of type <a href="../validation_message.md">validation_message</a>.</td>
walk_result fun(const validation_message& msg)</pre>
which accepts an argument of type <a href="../validation_message.md">validation_message</a> and
returns a <a href="../walk_result.md">walk_result</a>.
</td>
</tr>
<tr>
<td>patch</td>
Expand Down

0 comments on commit eee1ed9

Please sign in to comment.