Skip to content
This repository was archived by the owner on May 20, 2019. It is now read-only.

Commit f8fced8

Browse files
author
Vasiliev.A
committed
removed request_schema attribute added in previous commits
1 parent fe992e3 commit f8fced8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/internal/Magento/Framework/Communication/ConfigInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ interface ConfigInterface
2323
const TOPIC_RESPONSE = 'response';
2424
const TOPIC_IS_SYNCHRONOUS = 'is_synchronous';
2525
const TOPIC_REQUEST_TYPE = 'request_type';
26-
const TOPIC_SERVICE_SCHEMA = 'service_schema';
2726

2827
const TOPIC_REQUEST_TYPE_CLASS = 'object_interface';
2928
const TOPIC_REQUEST_TYPE_METHOD = 'service_method_interface';

lib/internal/Magento/Framework/Communication/etc/communication.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
</xs:choice>
3939
<xs:attribute type="xs:string" name="name" use="required"/>
4040
<xs:attribute type="schemaType" name="schema" use="optional"/>
41-
<xs:attribute type="schemaType" name="service_schema" use="optional"/>
4241
<xs:attribute type="xs:string" name="request" use="optional"/>
4342
<xs:attribute type="xs:string" name="response" use="optional"/>
4443
</xs:complexType>

0 commit comments

Comments
 (0)