Automattic\WooCommerce\Blueprint
ImportSchema::get_schema
Get the schema.
Method of the class: ImportSchema{}
No Hooks.
Returns
JsonSchema. The schema.
Usage
$ImportSchema = new ImportSchema(); $ImportSchema->get_schema();
ImportSchema::get_schema() ImportSchema::get schema code WC 10.6.2
public function get_schema() {
return $this->schema;
}