finalize entity functions
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
f0e6dec7de
commit
c489e9e8ae
18 changed files with 523 additions and 181 deletions
|
|
@ -42,8 +42,7 @@ struct IkarusValueSchema {
|
|||
|
||||
static auto from_json(nlohmann::json const & json)
|
||||
-> cppbase::Result<IkarusValueSchema, IkarusValueSchemaParseError>;
|
||||
static auto to_json(nlohmann::json & json, IkarusValueSchema const & value)
|
||||
-> void;
|
||||
static auto to_json(IkarusValueSchema const & value) -> nlohmann::json;
|
||||
|
||||
auto validate(IkarusValueData const & data) const -> bool;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue