Skip to content

Commit db14270

Browse files
committed
add description to type metamodel (#61)
1 parent e0f3f18 commit db14270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metamodel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ exports.init = function init() {
13191319
type: 'boolean',
13201320
mandatory: false
13211321
},
1322-
_description: {
1322+
description: {
13231323
type: 'string',
13241324
mandatory: false
13251325
}

0 commit comments

Comments
 (0)