Go to the source code of this file.
Functions | |
| static void | loader (const json_uri &uri, json &schema) |
| int | main (void) |
Variables | |
| static const json | rectangle_schema |
| static const json | quad_schema |
| static const json | default_schema |
Definition at line 68 of file issue-189-default-values.cpp.
References default_schema.
Referenced by main().
| int main | ( | void | ) |
Definition at line 73 of file issue-189-default-values.cpp.
References nlohmann::json_schema::json_validator::json_validator(), loader(), quad_schema, rectangle_schema, nlohmann::json_schema::json_validator::set_root_schema(), and nlohmann::json_schema::json_validator::validate().
|
static |
Definition at line 58 of file issue-189-default-values.cpp.
Referenced by loader().
|
static |
Definition at line 28 of file issue-189-default-values.cpp.
Referenced by main().
|
static |
Definition at line 8 of file issue-189-default-values.cpp.
Referenced by main().