This is an automated email from the ASF dual-hosted git repository.
deepak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new ca144c6 Updated rest-api.xsd file to add path element at api level
ca144c6 is described below
commit ca144c668e3cc0d095825a82c02ffa3a2ce3e30a
Author: Deepak Dixit <[email protected]>
AuthorDate: Mon Aug 25 10:39:33 2025 +0530
Updated rest-api.xsd file to add path element at api level
---
dtds/rest-api.xsd | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dtds/rest-api.xsd b/dtds/rest-api.xsd
index 2b7f4a2..42ea175 100644
--- a/dtds/rest-api.xsd
+++ b/dtds/rest-api.xsd
@@ -26,7 +26,8 @@ under the License.
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="displayName" type="xs:string"/>
- <xs:attribute name="description" type="xs:string"/>
+ <xs:attribute name="path" type="xs:string" use="required"/>
+ <xs:attribute name="description" type="xs:string"/>
<xs:attribute name="publish" type="xs:boolean" default="true"/>
</xs:complexType>
</xs:element>