Problem with string of liquid code within a JSON Schema

Short description of issue

invalid HTML Liquid Syntax in json schema

Reproduction steps

In the Savor Theme for my website, the collection-links.liquid JSON schema has one single problem with invalid liquid HTML syntax affecting whether an image is visible or not.

Additional info

This is the section of problem code:
“visible_if”: “{{ section.settings.layout == "spotlight" }}”

It’s flagging the “Spotlight” portion.

What type of topic is this

Troubleshooting

Upload screenshot(s) of issue