{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline.schema.json", "title": "Haystack Pipeline", "description": "Haystack Pipeline YAML file describing the nodes of the pipelines. For more info read the docs at: https://haystack.deepset.ai/components/pipelines#yaml-file-definitions", "type": "object", "oneOf": [ { "allOf": [ { "properties": { "version": { "const": "ignore" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-master.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "1.0.0" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-1.0.0.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "1.1.0" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-1.1.0.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "1.2.0" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-1.2.0.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "1.3.0" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-1.3.0.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "1.4.0" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-1.4.0.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "1.4.0" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-1.4.0.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "1.4.0" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-1.4.0.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "1.5.0" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-1.5.0.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "1.5.0" } } }, { "$ref": "https://raw.githubusercontent.com/deepset-ai/haystack/master/haystack/json-schemas/haystack-pipeline-1.5.0.schema.json" } ] } ] }