{
"json.schemas": [
"fileMatch": ["/.smartconfig.json"],
"schema": {
"type": "object",
"properties": {
"npmci": {
"description": "settings for npmci"
},
"gitzone": {
"description": "settings for gitzone",
"projectType": {
"type": "string",
"enum": ["website", "element", "service", "npm", "wcc"]
}
]