File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,12 @@ properties:
28
28
minLength : 1
29
29
maxLength : 80
30
30
pattern : ' ^[a-z]{1}[a-z0-9-]*$'
31
- repository-url :
32
- type : string
33
- maxlength : 2048
34
- format : uri
35
- repository-tag :
36
- type : string
37
- minLength : 1
38
- maxLength : 24
39
31
jobs :
40
32
$ref : ' #/definitions/job-identity'
41
33
required :
42
34
- kind
43
35
- kind-version
44
36
- collection
45
- - repository-url
46
- - repository-tag
47
37
- jobs
48
38
49
39
# Sub-object definitions ------------------------------------------------------
Original file line number Diff line number Diff line change 14
14
"kind" : "DataManagerJobDefinition" ,
15
15
"kind-version" : "2021.1" ,
16
16
"collection" : "test" ,
17
- "repository-url" : "https://example.com" ,
18
- "repository-tag" : "1.0.0" ,
19
17
"jobs" : {
20
18
"demo" : {
21
19
"version" : "1.0.0" ,
You can’t perform that action at this time.
0 commit comments