Add properties JSdoc.
This commit is contained in:
parent
b00bce330f
commit
abdaa4a1b9
|
@ -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}
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue