diff --git a/schemas/module.json b/schemas/module.json index 716c5e26..bcadfdc0 100644 --- a/schemas/module.json +++ b/schemas/module.json @@ -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": {