Identify the error in the following code block intended to read JSON data from `filePath` into a DataFrame using the specified schema `schema`: ```python spark.read.schema("schema").format("json").load(filePath) ``` | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz