Pull Request Merge Result

Pull Request Merge Result

APIs.ioEngineeringPlatform

Properties

Name Type Description
sha string
merged boolean
message string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-pull-request-merge-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pull-request-merge-result",
  "title": "Pull Request Merge Result",
  "description": "Pull Request Merge Result",
  "type": "object",
  "properties": {
    "sha": {
      "type": "string"
    },
    "merged": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    }
  },
  "required": [
    "merged",
    "message",
    "sha"
  ]
}