Skip to content

Commit f9161b6

Browse files
author
Alan Christie
committed
feat: repository tag and url removed
1 parent f56a62b commit f9161b6

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

decoder/job-definition-schema.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,12 @@ properties:
2828
minLength: 1
2929
maxLength: 80
3030
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
3931
jobs:
4032
$ref: '#/definitions/job-identity'
4133
required:
4234
- kind
4335
- kind-version
4436
- collection
45-
- repository-url
46-
- repository-tag
4737
- jobs
4838

4939
# Sub-object definitions ------------------------------------------------------

tests/test_validate_job_schema.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
"kind": "DataManagerJobDefinition",
1515
"kind-version": "2021.1",
1616
"collection": "test",
17-
"repository-url": "https://example.com",
18-
"repository-tag": "1.0.0",
1917
"jobs": {
2018
"demo": {
2119
"version": "1.0.0",

0 commit comments

Comments
 (0)