Atlassian · Schema

pipeline_trigger_push

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-pipeline-trigger-push-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pipeline_trigger_push",
  "title": "pipeline_trigger_push",
  "allOf": [
    {
      "$ref": "#/components/schemas/pipeline_trigger"
    },
    {
      "additionalProperties": true,
      "type": "object",
      "title": "Pipeline Push Trigger",
      "description": "A Bitbucket Pipelines PUSH trigger.",
      "properties": {}
    }
  ]
}