* Returns the parsed schema.json data * * @returns {Promise }
()
| 266 | * @returns {Promise<Object>} |
| 267 | */ |
| 268 | async getRawSchema() { |
| 269 | return parseJsonFile(this.schemaPath); |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * Returns the parsed schemaTranslations.json data |
no test coverage detected