From abdaa4a1b9887ddeec2bf82c0fea68944d0b450c Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 1 Oct 2014 16:25:03 -0700 Subject: [PATCH] Add properties JSdoc. --- lib/models/role.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/models/role.js b/lib/models/role.js index 5e733b15..e852b139 100644 --- a/lib/models/role.js +++ b/lib/models/role.js @@ -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} */