Skip to content

Commit

Permalink
make patch-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
cstaud committed Jun 8, 2021
1 parent 9e8b99a commit bc26d90
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion swagger_patched.json
Original file line number Diff line number Diff line change
Expand Up @@ -4883,7 +4883,16 @@
}
},
"nulls.Int64": {
"type": "object"
"type": "object",
"properties": {
"int64": {
"type": "integer"
},
"valid": {
"description": "Valid is true if Int64 is not NULL",
"type": "boolean"
}
}
},
"nulls.String": {
"type": "object",
Expand Down Expand Up @@ -6007,6 +6016,9 @@
"v0.BuildTriggerParamsBuildParams": {
"type": "object",
"properties": {
"base_repository_url": {
"type": "string"
},
"branch": {
"type": "string"
},
Expand Down Expand Up @@ -6043,6 +6055,9 @@
"$ref": "#/definitions/v0.BuildParamsEnvironment"
}
},
"head_repository_url": {
"type": "string"
},
"pull_request_author": {
"type": "string"
},
Expand Down

0 comments on commit bc26d90

Please sign in to comment.