What is the correct order of the following lines of code to read a JSON file at the path `filePath` into a DataFrame using the specified schema `schema`? Lines of code: 1. `.spark` \ 2. `.read` \ 3. `.json(filePath, schema = schema)` 4. `storesDF` | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz