Automattic\WooCommerce\Blueprint

ImportSchema::get_schemapublicWC 1.0

Get the schema.

Method of the class: ImportSchema{}

No Hooks.

Returns

JsonSchema. The schema.

Usage

$ImportSchema = new ImportSchema();
$ImportSchema->get_schema();

ImportSchema::get_schema() code WC 9.9.5

public function get_schema() {
	return $this->schema;
}