Skip to content

Commit

Permalink
jsonschema common
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 13, 2023
1 parent 8e2a812 commit 382fa65
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion doc/ref/jsonschema/schema_error.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### jsoncons::jsonschema::schema_error

```cpp
#include <jsoncons_ext/jsonschema/jsonschema_error.hpp>
#include <jsoncons_ext/jsonschema/common/jsonschema_error.hpp>
```

<br>
Expand Down
2 changes: 1 addition & 1 deletion doc/ref/jsonschema/validation_error.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### jsoncons::jsonschema::validation_error

```cpp
#include <jsoncons_ext/jsonschema/jsonschema_error.hpp>
#include <jsoncons_ext/jsonschema/common/jsonschema_error.hpp>
```

<br>
Expand Down
2 changes: 1 addition & 1 deletion doc/ref/jsonschema/validation_output.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### jsoncons::jsonschema::validation_output

```cpp
#include <jsoncons_ext/jsonschema/jsonschema_error.hpp>
#include <jsoncons_ext/jsonschema/common/jsonschema_error.hpp>
```

<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <jsoncons/uri.hpp>
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>
#include <jsoncons_ext/jsonschema/jsonschema_error.hpp>
#include <jsoncons_ext/jsonschema/common/jsonschema_error.hpp>
#include <jsoncons_ext/jsonschema/common/schema_location.hpp>

namespace jsoncons {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <jsoncons/uri.hpp>
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>
#include <jsoncons_ext/jsonschema/jsonschema_error.hpp>
#include <jsoncons_ext/jsonschema/keyword_validator.hpp>
#include <jsoncons_ext/jsonschema/common/jsonschema_error.hpp>
#include <jsoncons_ext/jsonschema/common/keyword_validator.hpp>

namespace jsoncons {
namespace jsonschema {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <jsoncons/uri.hpp>
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>
#include <jsoncons_ext/jsonschema/jsonschema_error.hpp>
#include <jsoncons_ext/jsonschema/common/jsonschema_error.hpp>

namespace jsoncons {
namespace jsonschema {
Expand Down
2 changes: 1 addition & 1 deletion include/jsoncons_ext/jsonschema/common/schema_location.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <jsoncons/uri.hpp>
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>
#include <jsoncons_ext/jsonschema/jsonschema_error.hpp>
#include <jsoncons_ext/jsonschema/common/jsonschema_error.hpp>

namespace jsoncons {
namespace jsonschema {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>
#include <jsoncons_ext/jsonschema/common/compilation_context.hpp>
#include <jsoncons_ext/jsonschema/json_schema.hpp>
#include <jsoncons_ext/jsonschema/common/json_schema.hpp>
#include <jsoncons_ext/jsonschema/keywords.hpp>
#include <jsoncons_ext/jsonschema/schema_version.hpp>
#include <jsoncons_ext/jsonschema/common/schema_parser.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/jsoncons_ext/jsonschema/format_validator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <jsoncons/uri.hpp>
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>
#include <jsoncons_ext/jsonschema/json_schema.hpp>
#include <jsoncons_ext/jsonschema/common/json_schema.hpp>
#include <cassert>
#include <set>
#include <sstream>
Expand Down
2 changes: 1 addition & 1 deletion include/jsoncons_ext/jsonschema/json_validator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <jsoncons/uri.hpp>
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>
#include <jsoncons_ext/jsonschema/json_schema.hpp>
#include <jsoncons_ext/jsonschema/common/json_schema.hpp>
#include <cassert>
#include <set>
#include <sstream>
Expand Down
2 changes: 1 addition & 1 deletion include/jsoncons_ext/jsonschema/keywords.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>
#include <jsoncons_ext/jsonschema/format_validator.hpp>
#include <jsoncons_ext/jsonschema/keyword_validator.hpp>
#include <jsoncons_ext/jsonschema/common/keyword_validator.hpp>
#include <cassert>
#include <set>
#include <sstream>
Expand Down

0 comments on commit 382fa65

Please sign in to comment.