Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion schemas/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,28 @@
},
"description": {
"type": "string",
"description": "The description of the module"
"description": "The description of th e module"
},
"alias": {
"type": "string",
"description": "An alternate name for the module"
},
"displayName": {
"type": "string",
"description": "The display name k"
},
"documentation": {
"type": "string",
"description": "Additional documentation about the module"
},
"examplePath": {
"type": "string",
"description": "The path to usage examples"
},
"license": {
"type": "string",
"description": "The license under which the module runs"
},
"interfaces": {
"type": "array",
"items": {
Expand Down