Error CODE :Liquid syntax error: Unknown tag 'schema'

hi i am trying to change my product page layout and this error came out , Liquid syntax error: Unknown tag ‘schema’

the code below is my code. can anyone assist?

https://thebudak-co.myshopify.com/products/tikar-da-forrest
ID : etrowd

{% schema %}
{
“name”: “Product page”,
“settings”: [
{
“type”: “checkbox”,
“id”: “show_quantity_selector”,
“label”: “Show quantity selector”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “show_variant_labels”,
“label”: “Show variant labels”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “show_vendor”,
“label”: “Show product vendor”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “hide_variant_images”,
“label”: “Hide variant images in gallery”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “show_share_buttons”,
“label”: “Show social sharing buttons”,
“info”: “Make sure you have enabled social sharing in general settings”,
“default”: true
}
]
}
{% endschema %}

1 Like