Skip to content

Commit

Permalink
chore: project schema support imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danewalters committed Jun 7, 2024
1 parent cb29de4 commit 12d41ee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion schemas/project-file.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 12d41ee

Please sign in to comment.