@@ -31,7 +31,7 @@ const opts = require('./propertyOptions');
3131 * @api public
3232 * @property type
3333 * @memberOf SchemaTypeOptions
34- * @type Function|String|Object
34+ * @type { Function|String|Object }
3535 * @instance
3636 */
3737
@@ -43,7 +43,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'type', opts);
4343 * @api public
4444 * @property validate
4545 * @memberOf SchemaTypeOptions
46- * @type Function|Object
46+ * @type { Function|Object }
4747 * @instance
4848 */
4949
@@ -74,7 +74,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'validate', opts);
7474 * @api public
7575 * @property cast
7676 * @memberOf SchemaTypeOptions
77- * @type String
77+ * @type { String }
7878 * @instance
7979 */
8080
@@ -88,7 +88,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'cast', opts);
8888 * @api public
8989 * @property required
9090 * @memberOf SchemaTypeOptions
91- * @type Function|Boolean
91+ * @type { Function|Boolean }
9292 * @instance
9393 */
9494
@@ -101,7 +101,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'required', opts);
101101 * @api public
102102 * @property default
103103 * @memberOf SchemaTypeOptions
104- * @type Function|Any
104+ * @type { Function|Any }
105105 * @instance
106106 */
107107
@@ -113,7 +113,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'default', opts);
113113 * @api public
114114 * @property ref
115115 * @memberOf SchemaTypeOptions
116- * @type Function|String
116+ * @type { Function|String }
117117 * @instance
118118 */
119119
@@ -126,7 +126,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'ref', opts);
126126 * @api public
127127 * @property ref
128128 * @memberOf SchemaTypeOptions
129- * @type Function|String
129+ * @type { Function|String }
130130 * @instance
131131 */
132132
@@ -139,7 +139,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'refPath', opts);
139139 * @api public
140140 * @property select
141141 * @memberOf SchemaTypeOptions
142- * @type Boolean|Number
142+ * @type { Boolean|Number }
143143 * @instance
144144 */
145145
@@ -152,7 +152,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'select', opts);
152152 * @api public
153153 * @property index
154154 * @memberOf SchemaTypeOptions
155- * @type Boolean|Number|Object
155+ * @type { Boolean|Number|Object }
156156 * @instance
157157 */
158158
@@ -166,7 +166,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'index', opts);
166166 * @api public
167167 * @property unique
168168 * @memberOf SchemaTypeOptions
169- * @type Boolean|Number
169+ * @type { Boolean|Number }
170170 * @instance
171171 */
172172
@@ -180,7 +180,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'unique', opts);
180180 * @api public
181181 * @property immutable
182182 * @memberOf SchemaTypeOptions
183- * @type Function|Boolean
183+ * @type { Function|Boolean }
184184 * @instance
185185 */
186186
@@ -193,7 +193,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'immutable', opts);
193193 * @api public
194194 * @property sparse
195195 * @memberOf SchemaTypeOptions
196- * @type Boolean|Number
196+ * @type { Boolean|Number }
197197 * @instance
198198 */
199199
@@ -206,7 +206,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'sparse', opts);
206206 * @api public
207207 * @property text
208208 * @memberOf SchemaTypeOptions
209- * @type Boolean|Number|Object
209+ * @type { Boolean|Number|Object }
210210 * @instance
211211 */
212212
@@ -235,7 +235,7 @@ Object.defineProperty(SchemaTypeOptions.prototype, 'text', opts);
235235 * @api public
236236 * @property transform
237237 * @memberOf SchemaTypeOptions
238- * @type Function
238+ * @type { Function }
239239 * @instance
240240 */
241241
0 commit comments