27 lines
		
	
	
		
			588 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			588 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "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"] | ||
|  |               } | ||
|  |             } | ||
|  |           } | ||
|  |         } | ||
|  |       } | ||
|  |     } | ||
|  |   ] | ||
|  | } |