This group is used as a join table to connect the many to many relationship of Skills and Roles
This allows A Skill to be under different Roles and a Role to have multiple Skills
This gives too much insight into implementation at the database layer. We should really say something like:
This resource identifies a relationship between a Role and a Skill. For example, the skill of "JavaScript" may relate to the role of "Backend Developer," and also "Front End Developer" and even "Mobile Developer".
The wording in the role skills endpoint reads:
This gives too much insight into implementation at the database layer. We should really say something like: