This is an automated email from the ASF dual-hosted git repository.
grv pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/ofbiz-site.gitThe following commit(s) were added to refs/heads/master by this push:
new b63ace3 Updated REST schema file (included support for publish/unpublish APIs)
b63ace3 is described below
commit b63ace3ce31eaeb60eb336803aed8c50ce230189
Author: Girish Vasmatkar <
[hidden email]>
AuthorDate: Tue Oct 13 10:05:56 2020 +0530
Updated REST schema file (included support for publish/unpublish APIs)
---
dtds/rest-api.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/dtds/rest-api.xsd b/dtds/rest-api.xsd
index 972dfcf..2b7f4a2 100644
--- a/dtds/rest-api.xsd
+++ b/dtds/rest-api.xsd
@@ -27,6 +27,7 @@ under the License.
<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="publish" type="xs:boolean" default="true"/>
</xs:complexType>
</xs:element>
<xs:element name="resource">