2020-09-24 18:04:11 +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",
|
|
|
|
"enum": ["website", "element", "service", "npm", "wcc"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-12-28 12:52:16 +00:00
|
|
|
]
|
2020-09-24 18:04:11 +00:00
|
|
|
}
|