* Check if the schema.json file exists * @returns {boolean}
()
| 200 | * @returns {boolean} |
| 201 | */ |
| 202 | schemaExists() { |
| 203 | return fs.existsSync(this.schemaPath); |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * Check if the schemaTranslations.json file exists |
no outgoing calls
no test coverage detected