Atlassian · Schema

pipeline_trigger

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-pipeline-trigger-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pipeline_trigger",
  "title": "pipeline_trigger",
  "allOf": [
    {
      "$ref": "#/components/schemas/object"
    },
    {
      "additionalProperties": true,
      "type": "object",
      "title": "Pipeline Trigger",
      "description": "A representation of the trigger used for a pipeline.",
      "properties": {}
    }
  ]
}