// Place your settings in this file to overwrite default and user settings.
{
   //-------- JSON configuration --------

	// Associate schemas to JSON files in the current project
	"json.schemas": [
        
    {
        "fileMatch": [
            "/model*.json"
        ],
        "url": "./app/lib/unicens-schema.json"
    }                
    ]
}