{ "json.schemas": [ { "fileMatch": ["/.smartconfig.json"], "schema": { "type": "object", "properties": { "@ship.zone/szci": { "type": "object", "description": "settings for szci" }, "@git.zone/cli": { "type": "object", "description": "settings for git.zone CLI", "properties": { "projectType": { "type": "string", "enum": ["website", "element", "service", "npm", "wcc"] } } } } } } ] }