MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / getRawSchema

Method getRawSchema

lib/theme-config.js:268–270  ·  view source on GitHub ↗

* Returns the parsed schema.json data * * @returns {Promise }

()

Source from the content-addressed store, hash-verified

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

Callers 2

_validateThemeSchemaMethod · 0.80

Calls 1

parseJsonFileFunction · 0.90

Tested by

no test coverage detected