Closed chauey closed 6 years ago
I put in a PR for this here: https://github.com/akorchev/odata2openapi/pull/7 Some "EntityType" nodes do not have "Properties" nodes and caused this problem
We've made some changes recently that allow better handling of the MSGraph schema.
I got an error trying to convert the microsoft graph metatdata.
Error: TypeError: Cannot read property 'map' of undefined at parseEntityType (http://localhost:3001/main.bundle.js:34425:43) at parseEntitySet (http://localhost:3001/main.bundle.js:34419:21) at http://localhost:3001/main.bundle.js:34411:20 at Array.map (native) at parseEntitySets (http://localhost:3001/main.bundle.js:34407:41)...
I noticed https://graph.microsoft.com/beta/$metadata has version 4.0 vs 1.0 by the example.