2020-06-01 20:51:36 +00:00
|
|
|
{
|
|
|
|
"json.schemas": [
|
|
|
|
{
|
|
|
|
"fileMatch": ["/npmextra.json"],
|
|
|
|
"schema": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"npmci": {
|
|
|
|
"type": "object",
|
|
|
|
"description": "settings for npmci"
|
|
|
|
},
|
|
|
|
"gitzone": {
|
|
|
|
"type": "object",
|
|
|
|
"description": "settings for gitzone",
|
|
|
|
"properties": {
|
|
|
|
"projectType": {
|
|
|
|
"type": "string",
|
2020-11-30 10:14:22 +00:00
|
|
|
"enum": ["website", "element", "service", "npm", "wcc"]
|
2020-06-01 20:51:36 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|