Skip to content
Snippets Groups Projects
Commit 942ea3af authored by Jakob Olsson's avatar Jakob Olsson
Browse files

process $refs within references to objects

parent 2ff6b6b3
No related branches found
No related tags found
No related merge requests found
...@@ -227,6 +227,9 @@ const processISchema = Promise.method((schema, base$id) => { ...@@ -227,6 +227,9 @@ const processISchema = Promise.method((schema, base$id) => {
}); });
} }
} }
if (schema.properties) return processFurther(schema, undefined, base$id);
// schema.$definitions = $definitions // schema.$definitions = $definitions
return schema; return schema;
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment