<?xml version="1.0"?>
<!--
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
    <extension_attributes for="Magento\Catalog\Api\Data\ProductInterface">
        <attribute code="sku_policy" type="string"/>
    </extension_attributes>
    <extension_attributes for="Magento\Catalog\Api\Data\ProductCustomOptionInterface">
        <attribute code="option_title_id" type="string" />
        <attribute code="dependency_type" type="string" />
        <attribute code="dependency_rules" type="string" />
        <attribute code="hidden_dependents" type="string" />
        <attribute code="dependency" type="string" />
    </extension_attributes>
    <extension_attributes for="MageWorx\OptionBase\Api\Data\ProductCustomOptionValuesInterface">
        <attribute code="dependency" type="string" />
        <attribute code="dependency_type" type="string" />
        <attribute code="option_type_title_id" type="string" />
    </extension_attributes>
</config>
