extension_attributes.xml 891 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
  9. <extension_attributes for="Magento\TestModule1\Service\V1\Entity\Item">
  10. <attribute code="custom_attribute_data_object" type="Magento\TestModuleMSC\Model\Data\CustomAttributeDataObject" />
  11. <attribute code="custom_attribute_string" type="string" />
  12. </extension_attributes>
  13. <extension_attributes for="Magento\TestModuleMSC\Model\Data\CustomAttributeDataObject">
  14. <attribute code="custom_attribute_nested" type="Magento\TestModuleMSC\Model\Data\CustomAttributeNestedDataObject" />
  15. <attribute code="custom_attribute_int" type="int" />
  16. </extension_attributes>
  17. </config>