Skip to content

Commit

Permalink
chore: regen schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed May 11, 2021
1 parent 5ef88af commit a2e892c
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 26 deletions.
24 changes: 20 additions & 4 deletions schema/jenkins.io/v1/environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,11 @@
"type": "integer"
},
"completionTime": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"conditions": {
"items": {
Expand All @@ -966,7 +970,11 @@
"type": "integer"
},
"startTime": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"succeeded": {
"type": "integer"
Expand Down Expand Up @@ -1070,7 +1078,11 @@
"type": "string"
},
"time": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1194,7 +1206,11 @@
"type": "integer"
},
"deletionTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"finalizers": {
"items": {
Expand Down
96 changes: 80 additions & 16 deletions schema/jenkins.io/v1/pipeline-activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
"CoreActivityStep": {
"properties": {
"completedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"description": {
"type": "string"
Expand All @@ -48,7 +52,11 @@
"type": "string"
},
"startedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"status": {
"type": "string"
Expand Down Expand Up @@ -92,7 +100,11 @@
"type": "string"
},
"time": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -122,7 +134,11 @@
"type": "integer"
},
"deletionTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"finalizers": {
"items": {
Expand Down Expand Up @@ -260,7 +276,11 @@
"type": "string"
},
"completedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"context": {
"type": "string"
Expand Down Expand Up @@ -296,7 +316,11 @@
"type": "string"
},
"startedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"status": {
"type": "string"
Expand Down Expand Up @@ -351,7 +375,11 @@
"type": "string"
},
"completedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"description": {
"type": "string"
Expand All @@ -366,7 +394,11 @@
"type": "string"
},
"startedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"status": {
"type": "string"
Expand All @@ -381,7 +413,11 @@
"type": "string"
},
"completedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"description": {
"type": "string"
Expand All @@ -397,7 +433,11 @@
"$ref": "#/definitions/PromotePullRequestStep"
},
"startedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"status": {
"type": "string"
Expand All @@ -413,7 +453,11 @@
"PromotePullRequestStep": {
"properties": {
"completedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"description": {
"type": "string"
Expand All @@ -428,7 +472,11 @@
"type": "string"
},
"startedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"status": {
"type": "string"
Expand All @@ -440,7 +488,11 @@
"PromoteUpdateStep": {
"properties": {
"completedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"description": {
"type": "string"
Expand All @@ -449,7 +501,11 @@
"type": "string"
},
"startedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"status": {
"type": "string"
Expand Down Expand Up @@ -483,7 +539,11 @@
"StageActivityStep": {
"properties": {
"completedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"description": {
"type": "string"
Expand All @@ -492,7 +552,11 @@
"type": "string"
},
"startedTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"status": {
"type": "string"
Expand Down
24 changes: 20 additions & 4 deletions schema/jenkins.io/v1/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,11 @@
"$ref": "#/definitions/UserDetails"
},
"creationTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"id": {
"type": "string"
Expand Down Expand Up @@ -217,7 +221,11 @@
"type": "string"
},
"time": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -247,7 +255,11 @@
"type": "integer"
},
"deletionTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"finalizers": {
"items": {
Expand Down Expand Up @@ -430,7 +442,11 @@
"type": "string"
},
"creationTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"email": {
"type": "string"
Expand Down
12 changes: 10 additions & 2 deletions schema/jenkins.io/v1/source-repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"type": "string"
},
"time": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -55,7 +59,11 @@
"type": "integer"
},
"deletionTimestamp": {
"$ref": "#/definitions/Time"
"type": [
"string",
"null"
],
"format": "date-time"
},
"finalizers": {
"items": {
Expand Down

0 comments on commit a2e892c

Please sign in to comment.