Schema

    {
	"props": {
		"title": {
			"type": "string",
			"description": "Title of the component"
		},
		"perex": {
			"type": "string",
			"description": "Optional Perex of the component"
		},
		"placeholder": {
			"type": "string",
			"description": "Placeholder of the search input"
		},
		"button_title": {
			"type": "string",
			"description": "Search field of the component"
		},
		"regions": {
			"type": "properties",
			"description": "array of predefined regions",
			"items": {
				"budweis": {
					"value": {
						"type": "string",
						"description": "Value of budweis region"
					},
					"href": {
						"type": "string",
						"description": "Optional href link for region"
					}
				},
				"pilsen": {
					"value": {
						"type": "string",
						"description": "Value of pilsen region"
					},
					"href":  {
						"type":  "string",
						"description":  "Optional href link for region"
					}
				},
				"liberec": {
					"value": {
						"type": "string",
						"description": "Value of liberec region"
					},
					"href":  {
						"type":  "string",
						"description":  "Optional href link for region"
					}
				},
				"prague": {
					"value": {
						"type": "string",
						"description": "Value of prague region"
					},
					"href":  {
						"type":  "string",
						"description":  "Optional href link for region"
					}
				},
				"hradec_kralove": {
					"value": {
						"type": "string",
						"description": "Value of hradec kralove region"
					},
					"href":  {
						"type":  "string",
						"description":  "Optional href link for region"
					}
				},
				"brno": {
					"value": {
						"type": "string",
						"description": "Value of brno region"
					},
					"href":  {
						"type":  "string",
						"description":  "Optional href link for region"
					}
				},
				"ostrava": {
					"value": {
						"type": "string",
						"description": "Value of ostrava region"
					},
					"href":  {
						"type":  "string",
						"description":  "Optional href link for region"
					}
				}
			}
		},
		"search_input_props": {
			"type": "Object",
			"description": "props of the search input"
		}
	}
}