Looking to make a soundpack and need help on a few things

Ok so I want to add sounds to spells from magiclysm but first I want to see if I can do it issue is I seem to have an issue with my coding or something can someone tell me if this looks right?

[
{
“type”: “sound_effect”,
“id” : “fire_gun”,
“variant” : “point_flare”,
“volume” : 70,
“files” : [
“Pyro/Point_Flare/5x50_1.ogg”
]
}
]

Yes the sound effect is taken from Otopack
However I’m more just trying to learn how to do this right now.

I can throw it into the linter if you want.

[
{
“type”: “sound_effect”,
“id”: “fire_gun”,
“variant”: “point_flare”,
“volume”: 70,
“files”: [ “Pyro/Point_Flare/5x50_1.ogg” ]
}
]
linted and fixed syntax error