json-schema-validator/src
Patrick Boettcher 4f67636760 ref-schema: create a new ref-schema when default-value is present
Default-values on schemas with a $ref field are now stored within
a new reference schema which links to the original reference schema.
It contains the default value and keeps a strong reference (shared_ptr)
to the original reference.

Fixes #209
2022-06-27 10:30:11 +02:00
..
nlohmann Add dll export macro to format check 2022-01-01 18:30:55 +01:00
json-patch.cpp remove-semicolon 2021-03-08 08:14:51 +01:00
json-patch.hpp use schema to validate json-patch and use json_pointer to verify path 2020-05-15 08:59:11 +02:00
json-schema-draft7.json.cpp Complete rewrite of the validator - aiming a 2.0-release 2018-12-27 16:59:19 +01:00
json-uri.cpp fixed occurences of old-style casts and an implicit cast to double (#151) 2021-03-16 00:11:10 +01:00
json-validator.cpp ref-schema: create a new ref-schema when default-value is present 2022-06-27 10:30:11 +02:00
string-format-check.cpp Feature: Add uuid format-string support 2021-09-08 15:34:08 +02:00