-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi:
I try to convert an edmx file to OpenAPI specification and I got the following error.
The below is my test code:
fs.readFile('test.xml', function (err, data) {
if (!err) {
console.log('data is' + data);
parse(data)
.then(entitySets => convert(entitySets))
.then(swagger => console.log(JSON.stringify(swagger, null, 2)))
.catch(error => console.error(error));
}
});
**TypeError: Cannot read property 'include' of undefined
test.zip
Attached is the file I try to convert
**
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels