Michael Pasternak has uploaded a new change for review.

Change subject: restapi: fix broken naming convention in the xsd schema
......................................................................

restapi: fix broken naming convention in the xsd schema

Change-Id: Ibf70e76f3d39144768b8692761e3bfb78a232611
Signed-off-by: Michael Pasternak <mpast...@redhat.com>
---
M 
backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/47/10947/1

diff --git 
a/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
 
b/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
index 67790d8..2c23947 100644
--- 
a/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
+++ 
b/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
@@ -2139,7 +2139,9 @@
     </xs:complexContent>
   </xs:complexType>
 
-  <xs:element name="reported_devices" type="ReportedDevices"/>
+  <xs:element name="reported_device" type="Device"/>
+
+  <xs:element name="reported_devices" type="ReportedDevices"/>  
 
   <xs:complexType name="ReportedDevices">
     <xs:complexContent>
@@ -2150,7 +2152,7 @@
                 <jaxb:property name="ReportedDevices"/>
             </xs:appinfo>
           </xs:annotation>
-          <xs:element ref="device" minOccurs="0" maxOccurs="unbounded"/>
+          <xs:element name="reported_device" type="Device" minOccurs="0" 
maxOccurs="unbounded"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>


--
To view, visit http://gerrit.ovirt.org/10947
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf70e76f3d39144768b8692761e3bfb78a232611
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpast...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to