Need help with Shopify schema (image block)

Hello,

I just created owl carousel but I want to choose my images with image picker schema. I want to use block schema for this feature. Anyone can help me how to do schema for block ? here is my codes;


   

      {{ section.settings.urungorselsliderbaslik }}
   

   
      

         

            

               

               

               

               

               

               

            

         

      

   

And this is my schema;

"blocks": [
	         {
               "type": "image",
               "name": "Image",
               "settings": [
		         {
                   "type": "image_picker",
                   "id": "urunslidergorsel",
                   "label": "Slider Image",
                   "info": "Slider Image"
                 }
               ]
             }
             ],

   "presets": []
}

This worked if someone has this problem.


   

      {{ section.settings.urungorselsliderbaslik }}
   

   
      

         

            

               {% for block in section.blocks %}
               

               {% endfor %}