Skip to content

Commit 665c304

Browse files
authored
Create schema.json
1 parent 7c1cc5f commit 665c304

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

schema.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"type": "object",
4+
"properties": {
5+
"$schema": { "type": "string" },
6+
"aliases": {
7+
"type": "object",
8+
"properties": {
9+
"components": { "type": "string", "description": "The path where components will be installed." },
10+
"utils": { "type": "string", "description": "The path where core utilities will be installed." },
11+
"styles": { "type": "string", "description": "The path to your global stylesheet." }
12+
}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)