Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "search": {
      "type": "string",
      "description": "Search field of the component"
    },
    "map-image": {
      "type": "object",
      "description": "Interactive svg of the component",
      "budweis_value": {
        "type": "string",
        "description": "Value of budweis region"
      },
      "pilsen_value": {
        "type": "string",
        "description": "Value of pilsen region"
      },
      "liberec_value": {
        "type": "string",
        "description": "Value of liberec region"
      },
      "prague_value": {
        "type": "string",
        "description": "Value of prague region"
      },
      "hradec_kralove_value": {
        "type": "string",
        "description": "Value of hradec kralove region"
      },
      "brno_value": {
        "type": "string",
        "description": "Value of brno region"
      },
      "ostrava_value": {
        "type": "string",
        "description": "Value of ostrava region"
      }
    }
  }
}