从@abearxiong/config拷贝过来
This commit is contained in:
13
config/schema.json
Normal file
13
config/schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Packages JSON Schema",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"app": {
|
||||
"$ref": "./app-schema.json"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"app"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user