json: rename schema directory to constraint
This commit is contained in:
parent
01ae59c19c
commit
395b5ae557
@ -300,23 +300,23 @@ list (
|
||||
json/pointer.hpp
|
||||
json/schema.cpp
|
||||
json/schema.hpp
|
||||
json/schema/fwd.hpp
|
||||
json/schema/base.cpp
|
||||
json/schema/base.hpp
|
||||
json/schema/combine.cpp
|
||||
json/schema/combine.hpp
|
||||
json/schema/enum.cpp
|
||||
json/schema/enum.hpp
|
||||
json/schema/except.hpp
|
||||
json/schema/introspection.hpp
|
||||
json/schema/length.cpp
|
||||
json/schema/length.hpp
|
||||
json/schema/inequality.cpp
|
||||
json/schema/inequality.hpp
|
||||
json/schema/properties.cpp
|
||||
json/schema/properties.hpp
|
||||
json/schema/type.cpp
|
||||
json/schema/type.hpp
|
||||
json/constraint/fwd.hpp
|
||||
json/constraint/base.cpp
|
||||
json/constraint/base.hpp
|
||||
json/constraint/combine.cpp
|
||||
json/constraint/combine.hpp
|
||||
json/constraint/enum.cpp
|
||||
json/constraint/enum.hpp
|
||||
json/constraint/except.hpp
|
||||
json/constraint/introspection.hpp
|
||||
json/constraint/length.cpp
|
||||
json/constraint/length.hpp
|
||||
json/constraint/inequality.cpp
|
||||
json/constraint/inequality.hpp
|
||||
json/constraint/properties.cpp
|
||||
json/constraint/properties.hpp
|
||||
json/constraint/type.cpp
|
||||
json/constraint/type.hpp
|
||||
json/tree.cpp
|
||||
json/tree.hpp
|
||||
json2/fwd.hpp
|
||||
|
@ -541,8 +541,8 @@ json::schema::validate (json::tree::node &data,
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#include "schema/except.hpp"
|
||||
#include "schema/base.hpp"
|
||||
#include "constraint/except.hpp"
|
||||
#include "constraint/base.hpp"
|
||||
|
||||
#include "../io.hpp"
|
||||
#include "../view.hpp"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#define __UTIL_JSON_SCHEMA_HPP
|
||||
|
||||
#include "fwd.hpp"
|
||||
#include "schema/combine.hpp"
|
||||
#include "constraint/combine.hpp"
|
||||
|
||||
#include <experimental/filesystem>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "json/schema.hpp"
|
||||
#include "json/tree.hpp"
|
||||
|
||||
#include "json/schema/except.hpp"
|
||||
#include "json/constraint/except.hpp"
|
||||
|
||||
#include "io.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user