This is an automated email from the ASF dual-hosted git repository. jensg pushed a commit to branch uuid-datatype in repository https://gitbox.apache.org/repos/asf/thrift.git
commit a74ec060ffc8fc090a6a032edeb391d2d42262d6 Author: Jens Geyer <[email protected]> AuthorDate: Tue Jun 7 22:03:57 2022 +0200 Add uuid type to XSD Client: xml Patch: Jens Geyer --- lib/xml/thrift-idl.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xml/thrift-idl.xsd b/lib/xml/thrift-idl.xsd index 09dd695e6..db847bcf1 100644 --- a/lib/xml/thrift-idl.xsd +++ b/lib/xml/thrift-idl.xsd @@ -277,6 +277,7 @@ <enumeration value="map" /> <enumeration value="set" /> <enumeration value="list" /> + <enumeration value="uuid" /> </restriction> </simpleType>
