forked from loafle/openapi-generator-original
Fix for issue 13272 - Syntax error in generated html (#13293)
This commit is contained in:
parent
b7c224b374
commit
eaa80be526
@ -456,6 +456,7 @@
|
||||
if (schema.properties[item].$ref != null) {
|
||||
schema.properties[item] = defsParser.$refs.get(schema.properties[item].$ref);
|
||||
}
|
||||
});
|
||||
} else if (schema.items != null && schema.items.$ref != null) {
|
||||
schema.items = defsParser.$refs.get(schema.items.$ref);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user