File tree 4 files changed +70
-0
lines changed
4 files changed +70
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ type Build struct {
73
73
PkgdiffBetweenBuilds PackageSetDifferences `json:"pkgdiff,omitempty"`
74
74
PowerVirtualServer []Cloudartifact `json:"powervs,omitempty"`
75
75
ReleasePayload * Image `json:"release-payload,omitempty"`
76
+ S3 * S3 `json:"s3,omitempty"`
76
77
}
77
78
78
79
type BuildArtifacts struct {
@@ -147,3 +148,9 @@ type Koji struct {
147
148
type PackageSetDifferences []PackageSetDifferencesItems
148
149
149
150
type PackageSetDifferencesItems interface {}
151
+
152
+ type S3 struct {
153
+ Bucket string `json:"bucket,omitempty"`
154
+ Path string `json:"path,omitempty"`
155
+ URL string `json:"url,omitempty"`
156
+ }
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ var generatedSchemaJSON = `{
225
225
"parent-advisories-diff",
226
226
"advisories-diff",
227
227
"release-payload",
228
+ "s3",
228
229
229
230
"coreos-assembler.basearch",
230
231
"coreos-assembler.build-timestamp",
@@ -266,6 +267,26 @@ var generatedSchemaJSON = `{
266
267
"default":"",
267
268
"minLength": 1
268
269
},
270
+ "s3": {
271
+ "type": "object",
272
+ "properties": {
273
+ "bucket": {
274
+ "$id":"#/properties/bucket",
275
+ "type":"string",
276
+ "title":"Bucket"
277
+ },
278
+ "path": {
279
+ "$id": "#/properties/path",
280
+ "type":"string",
281
+ "title":"Path"
282
+ },
283
+ "url": {
284
+ "$id":"#/properties/url",
285
+ "type":"string",
286
+ "title":"URL"
287
+ }
288
+ }
289
+ },
269
290
"koji": {
270
291
"type": "object",
271
292
"properties": {
Original file line number Diff line number Diff line change 220
220
" parent-advisories-diff" ,
221
221
" advisories-diff" ,
222
222
" release-payload" ,
223
+ " s3" ,
223
224
224
225
" coreos-assembler.basearch" ,
225
226
" coreos-assembler.build-timestamp" ,
261
262
"default" :" " ,
262
263
"minLength" : 1
263
264
},
265
+ "s3" : {
266
+ "type" : " object" ,
267
+ "properties" : {
268
+ "bucket" : {
269
+ "$id" :" #/properties/bucket" ,
270
+ "type" :" string" ,
271
+ "title" :" Bucket"
272
+ },
273
+ "path" : {
274
+ "$id" : " #/properties/path" ,
275
+ "type" :" string" ,
276
+ "title" :" Path"
277
+ },
278
+ "url" : {
279
+ "$id" :" #/properties/url" ,
280
+ "type" :" string" ,
281
+ "title" :" URL"
282
+ }
283
+ }
284
+ },
264
285
"koji" : {
265
286
"type" : " object" ,
266
287
"properties" : {
Original file line number Diff line number Diff line change 220
220
" parent-advisories-diff" ,
221
221
" advisories-diff" ,
222
222
" release-payload" ,
223
+ " s3" ,
223
224
224
225
" coreos-assembler.basearch" ,
225
226
" coreos-assembler.build-timestamp" ,
261
262
"default" :" " ,
262
263
"minLength" : 1
263
264
},
265
+ "s3" : {
266
+ "type" : " object" ,
267
+ "properties" : {
268
+ "bucket" : {
269
+ "$id" :" #/properties/bucket" ,
270
+ "type" :" string" ,
271
+ "title" :" Bucket"
272
+ },
273
+ "path" : {
274
+ "$id" : " #/properties/path" ,
275
+ "type" :" string" ,
276
+ "title" :" Path"
277
+ },
278
+ "url" : {
279
+ "$id" :" #/properties/url" ,
280
+ "type" :" string" ,
281
+ "title" :" URL"
282
+ }
283
+ }
284
+ },
264
285
"koji" : {
265
286
"type" : " object" ,
266
287
"properties" : {
You can’t perform that action at this time.
0 commit comments