{ "$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": {} } ] }