{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pipeline_target", "title": "pipeline_target", "allOf": [ { "$ref": "#/components/schemas/object" }, { "additionalProperties": true, "type": "object", "title": "Pipeline Target", "description": "A representation of the target that a pipeline executes on.", "properties": {} } ] }