Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Feb 8, 2025
1 parent 0c3be38 commit 4e946a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/ref/jsonschema/evaluation_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Get or set a default base URI. In the case that a schema does not have
an `$id` with an absolute URI, the default base URI will be used to resolve
relative references. It defaults to 'https://jsoncons.com'.

bool enable_custom_error_message() const;
evaluation_options& enable_custom_error_message(bool value);
Determines whether custom error messages in a schema are supported. The default is `false`.

#### Non-member functions

bool operator==(const evaluation_options& lhs, const evaluation_options& rhs);
Expand Down

0 comments on commit 4e946a6

Please # to comment.