Skip to content

Commit

Permalink
Correct SBE schema for standard format
Browse files Browse the repository at this point in the history
Co-Authored-By: Joseph Abbey <me@josephabbey.dev>
  • Loading branch information
philipabbey and JosephAbbey committed May 24, 2024
1 parent fb3f2ee commit 5c89651
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scratch-vhdl-vscode/sbe.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@
"aliases": {
"type": "object",
"additionalProperties": {
"type": "string"
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"maxItems": 1
}
},
"command": {
Expand Down

0 comments on commit 5c89651

Please sign in to comment.