Skip to content

Commit 8f74bf5

Browse files
committed
Merge branch 'master' of https://github.com/johog/wjelement
Conflicts: src/wjelement/schema.c
2 parents abced26 + 6e40844 commit 8f74bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wjelement/schema.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ static XplBool SchemaValidate(WJElement schema, WJElement document,
427427

428428
/* swap in any $ref'erenced schema */
429429
if(loadcb && (str = WJEString(schema, "[\"$ref\"]", WJE_GET, NULL))) {
430+
430431
// Johan: Add Inline dereferencing. Looking for definitions
431432
const char* inline_dereferencing = "#/definitions/";
432433
if (strncmp (inline_dereferencing, str, strlen (inline_dereferencing)) == 0) {

0 commit comments

Comments
 (0)