{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreatePipelineRequest", "type": "object", "properties": { "name": { "type": "string" }, "folder": { "type": "string" }, "configuration": { "type": "object" } } }