<?xml version="1.0" encoding="UTF-8" ?>
<!--
 /**
  * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
  * @author     Mediotype                     https://www.mediotype.com/
  */
-->
<operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
    <operation name="CreateVertexAddressConfigDefaults" dataType="vertex_address_validation_config" type="create" auth="adminFormKey" url="/admin/system_config/save/section/vertex_address_validation/" method="POST">
        <object key="groups" dataType="vertex_address_validation_config">
            <object key="connection" dataType="vertex_address_validation_config">
                <object key="fields" dataType="vertex_address_validation_config">
                    <object key="enable" dataType="VertexAddressValidationEnabled">
                        <field key="value">boolean</field>
                    </object>
                    <object key="address_api_url" dataType="VertexAddressValidationWsdlApiUrl">
                        <field key="value">string</field>
                    </object>
                    <object key="trusted_id" dataType="VertexTrustedId">
                        <field key="value">string</field>
                    </object>
                </object>
            </object>
            <object key="display" dataType="vertex_address_validation_config">
                <object key="fields" dataType="vertex_address_validation_config">
                    <object key="always_message" dataType="VertexAddressValidationMessage">
                        <field key="value">boolean</field>
                    </object>
                </object>
            </object>
        </object>
    </operation>
</operations>
