Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "inputs": {
      "type": "Array of objects",
      "description": "Props are inherited from input-field/input-field component AND extend by type of input eg: input-field/input-field or textarea/textarea"
    },
    "gdpr": {
      "type": "string",
      "description": "GDPR text"
    },
    "button": {
      "title": {
        "type": "string",
        "description": "titile of button"
      }
    }
  }
}