ember-learn/ember-jsonapi-docs

some attributes and relationships share a same name

MartinMalinda opened this issue · 2 comments

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.

screen shot 2016-12-14 at 19 12 30

I think this is a blocker for ember-learn/ember-api-docs#122. Classes will have to be sideloaded and private ones filtered out.

I think this may have been fixed by #23 @MartinMalinda can you confirm?

This is fixed. I've totally missed this earlier 😅