Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 5893573

Browse files
committed
#1676 - unique claim element
1 parent 549af4a commit 5893573

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

xml/pm/claims/simple.xml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ SOFTWARE.
3636
<type>bootstrap the project</type>
3737
<created>2016-12-29T09:03:21.684Z</created>
3838
<token>job;gh:test/test#1</token>
39+
<unique>yib3ui5by</unique>
3940
</claim>
4041
<claim id="8">
4142
<type>bootstrap the project</type>

xsd/pm/claims.xsd

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ SOFTWARE.
3737
<xs:element name="created" type="xs:dateTime"/>
3838
<xs:element name="until" minOccurs="0" type="xs:dateTime"/>
3939
<xs:element name="author" minOccurs="0" type="login"/>
40+
<xs:element name="unique" minOccurs="0" type="xs:string"/>
4041
<xs:element name="token" minOccurs="0">
4142
<xs:simpleType>
4243
<xs:restriction base="xs:string">

0 commit comments

Comments
 (0)