addCompute

declare function addCompute<T extends IComputeData = any>(computeSchema: IComputeSchema<T>): string;

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

Parameter Description
computeSchema The compute schema to register.