Keboola · Schema

MergeRequestRejectRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
reason string Optional explanation why the merge request is being rejected. Stored in the activity log.
View JSON Schema on GitHub

JSON Schema

keboola-mergerequestrejectrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MergeRequestRejectRequest",
  "required": [
    "reason"
  ],
  "properties": {
    "reason": {
      "description": "Optional explanation why the merge request is being rejected. Stored in the activity log.",
      "type": "string",
      "maxLength": 1000
    }
  },
  "type": "object"
}