In an electron app repo, I moved the electron-builder config from package.json
to a separate electron-builder.json
hoping to use the json schema for it. It's available in schema store also.
But I'm not seeing any schema details, I'm able to see it for other config files like package.json, babel.config.json etc.
I'm using VS Code.