• Registers a pipeline schema, validates it, and adds it to the pipeline schema service.

    Type Parameters

    • Payload extends object = any

      Type extending object for the pipeline payload.

    Parameters

    • pipelineSchema: IPipelineSchema<Payload>

      Partial pipeline schema with updates to be applied to the existing pipeline configuration.

    Returns string