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 80ec495 commit 8b4c554
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions include/jsoncons_ext/jsonschema/common/keyword_validator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// See https://github.com/danielaparker/jsoncons for latest version

#ifndef JSONCONS_JSONSCHEMA_KEYWORD_VALIDATOR_HPP
#define JSONCONS_JSONSCHEMA_KEYWORD_VALIDATOR_HPP
#ifndef JSONCONS_JSONSCHEMA_COMMON_KEYWORD_VALIDATOR_HPP
#define JSONCONS_JSONSCHEMA_COMMON_KEYWORD_VALIDATOR_HPP

#include <jsoncons/config/jsoncons_config.hpp>
#include <jsoncons/uri.hpp>
Expand Down
4 changes: 2 additions & 2 deletions include/jsoncons_ext/jsonschema/common/keywords.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// See https://github.com/danielaparker/jsoncons for latest version

#ifndef JSONCONS_JSONSCHEMA_KEYWORDS_HPP
#define JSONCONS_JSONSCHEMA_KEYWORDS_HPP
#ifndef JSONCONS_JSONSCHEMA_COMMON_KEYWORDS_HPP
#define JSONCONS_JSONSCHEMA_COMMON_KEYWORDS_HPP

#include <jsoncons/config/jsoncons_config.hpp>
#include <jsoncons/uri.hpp>
Expand Down
4 changes: 2 additions & 2 deletions include/jsoncons_ext/jsonschema/common/schema_location.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// See https://github.com/danielaparker/jsoncons for latest version

#ifndef JSONCONS_JSONSCHEMA_SCHEMA_LOCATION_HPP
#define JSONCONS_JSONSCHEMA_SCHEMA_LOCATION_HPP
#ifndef JSONCONS_JSONSCHEMA_COMMON_SCHEMA_LOCATION_HPP
#define JSONCONS_JSONSCHEMA_COMMON_SCHEMA_LOCATION_HPP

#include <jsoncons/config/jsoncons_config.hpp>
#include <jsoncons/uri.hpp>
Expand Down

0 comments on commit 8b4c554

Please sign in to comment.