some attributes and relationships share a same name
MartinMalinda opened this issue · 2 comments
MartinMalinda commented
In this JSON, classes are both an attribute and a relationship. In ember-data, this will result in not being able to have classes: attr() and classes: hasMany() at the same time and maybe other issues.
I think this is a blocker for ember-learn/ember-api-docs#122. Classes will have to be sideloaded and private ones filtered out.
toddjordan commented
I think this may have been fixed by #23 @MartinMalinda can you confirm?
MartinMalinda commented
This is fixed. I've totally missed this earlier 😅
