What's the issue with this schema for parallax two images section?

{% schema %}
{
“name”: “parallax-two-images”, // Section name
“settings”: [
{
“id”: “image1”,
“type”: “image”,
“label”: “Image 1”
},
“id”: “image2”,
“type”: “image”,
“label”: “Image 2”
},
{
“id”: “title”,
“type”: “text”,
“label”: “Title text”
},
{
“id”: “dummytext”,
“type”: “textarea”,
“label”: “Description”
},
{
“id”: “image1”,
“type”: “url”,
“label”: “Image 1 URL”
},
{
“id”: “image2”,
“type”: “url”,
“label”: “Image 2 URL”
}
],
“presets”: [
{
“name”: " section Test",
“category”: “ADVANCED LAYOUT”
}
]
}
{% endschema %}
{% stylesheet %}
{% endstylesheet %}
{% javascript %}
{% endjavascript %}

Screenshot 2021-05-20 at 13.13.27.png

What is wrong with it?

Hello @alexmciver
please add this one schema.

{% schema %}
{
"name": "parallax-two-images", // Section name
"settings": [
{
"id": "image1",
"type": "image_picker",
"label": "Image 1"
},
{
"id": "image2",
"type": "image_picker",
"label": "Image 2"
},
{
"id": "title",
"type": "text",
"label": "Title text"
},
{
"id": "dummytext",
"type": "textarea",
"label": "Description"
},
{
"id": "image-1",
"type": "url",
"label": "Image 1 URL"
},
{
"id": "image-2",
"type": "url",
"label": "Image 2 URL"
}
],
"presets": [
{
"name": " section Test",
"category": "ADVANCED LAYOUT"
}
]
}
{% endschema %}

{% stylesheet %}
{% endstylesheet %}

{% javascript %}
{% endjavascript %}