urnResolver = $urnResolver; } /** * Get path to merged config schema * * @return string */ public function getSchema() { return $this->urnResolver->getRealPath('urn:magento:framework:Api/etc/extension_attributes.xsd'); } /** * Get path to pre file validation schema * * @return string */ public function getPerFileSchema() { return $this->getSchema(); } }