Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit 762edb9

Browse files
committed
Regenerated library to pick up latest schema changes
1 parent 3a75b72 commit 762edb9

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

codegenerator/model/model-data.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7404,6 +7404,7 @@ Properties
74047404
'
74057405
Format = 'uri'
74067406
MaxLength = '4096'
7407+
Pattern = '^https?://'
74077408
Title = 'Source'
74087409
Type = 'string'
74097410
TypeName = 'Source'
@@ -10114,6 +10115,7 @@ Properties
1011410115
'
1011510116
Format = 'uri'
1011610117
MaxLength = '4096'
10118+
Pattern = '^https?://'
1011710119
Title = 'Source'
1011810120
Type = 'string'
1011910121
TypeName = 'Source'

src/main/java/org/mozilla/taskcluster/client/queue/TaskDefinitionRequest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public class MetaData {
100100
* repository. This should be place someone can go an do a git/hg blame
101101
* to who came up with recipe for this task.
102102
*
103+
* Syntax: ^https?://
103104
* Max length: 4096
104105
*
105106
* See http://schemas.taskcluster.net/queue/v1/create-task-request.json#/properties/metadata/properties/source

src/main/java/org/mozilla/taskcluster/client/queue/TaskDefinitionResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public class MetaData {
9898
* repository. This should be place someone can go an do a git/hg blame
9999
* to who came up with recipe for this task.
100100
*
101+
* Syntax: ^https?://
101102
* Max length: 4096
102103
*
103104
* See http://schemas.taskcluster.net/queue/v1/task.json#/properties/metadata/properties/source

0 commit comments

Comments
 (0)