Add properties JSdoc.

This commit is contained in:
Rand McKinney 2014-10-01 16:25:03 -07:00
parent b00bce330f
commit abdaa4a1b9
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ var RoleMappingSchema = {
* The `RoleMapping` model extends from the built in `loopback.Model` type.
*
* @class
* @property {String} id Generated ID.
* @property {String} name Name of the role.
* @property {String} Description Text description.
* @inherits {Model}
*/