Maybe a stupide question

Hello,

as I am new to openhab and programming in general I have a question about this little piece of code:

sitemap default label=“Home”

Frame label=“Lampe” {
Switch item=NachtischlampeSandra_Helligkeit label=“Helligkeit”
}

In VS I get a " missing "{“ at Frame ". But what is wrong?

Cheers
Dirk

sitemap default label=“Home”
{
    Frame label=“Lampe” {
        Switch item=NachtischlampeSandra_Helligkeit label=“Helligkeit”
    }
}

The whole sitemap needs to be between {}