Merged upstream

Results of a successful merge upstream request

APIs.ioEngineeringPlatform

Properties

Name Type Description
message string
merge_type string
base_branch string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-merged-upstream-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/merged-upstream",
  "title": "Merged upstream",
  "description": "Results of a successful merge upstream request",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "merge_type": {
      "type": "string",
      "enum": [
        "merge",
        "fast-forward",
        "none"
      ]
    },
    "base_branch": {
      "type": "string"
    }
  }
}