This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git

commit f790f53739f043f9f9259f81df817231cefdf44d
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Sep 25 16:44:41 2025 +0200

    Improved: replaces tabs by spaces in rest-api.xsd
---
 dtds/rest-api.xsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dtds/rest-api.xsd b/dtds/rest-api.xsd
index 42ea175..1c74d64 100644
--- a/dtds/rest-api.xsd
+++ b/dtds/rest-api.xsd
@@ -25,9 +25,9 @@ under the License.
                 <xs:element minOccurs="0" maxOccurs="unbounded" 
ref="resource"/>
             </xs:sequence>
             <xs:attribute name="name" type="xs:string" use="required"/>
+            <xs:attribute name="path" type="xs:string" use="required"/>
             <xs:attribute name="displayName" type="xs:string"/>
-           <xs:attribute name="path" type="xs:string" use="required"/>
-           <xs:attribute name="description" type="xs:string"/>
+            <xs:attribute name="description" type="xs:string"/>
             <xs:attribute name="publish" type="xs:boolean" default="true"/>
         </xs:complexType>
     </xs:element>

Reply via email to