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

    Type Parameters

    • T extends unknown = any

      Type extending IComputeData.

    Parameters

    • computeSchema: IComputeSchema<T>

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

    Returns string