diff --git a/schemas/project-file.v1.json b/schemas/project-file.v1.json index b3174e0..922c9e6 100644 --- a/schemas/project-file.v1.json +++ b/schemas/project-file.v1.json @@ -27,13 +27,21 @@ "items": { "$ref": "#/definitions/instance" } + }, + "imports": { + "description": "项目中使用的 importMap", + "type": "object", + "additionalProperties": { + "type": "string" + } } }, "required": [ "title", "name", "capabilities", - "instances" + "instances", + "imports" ], "definitions": { "capability": {