Function parseFunctionToJsonSchema

  • Helper, to parse a INopeDescriptor to a

    Returns

    Parameters

    • schema: INopeDescriptor
    • toJSONSchema: boolean = true
    • workWithRefs: boolean = true
    • definitions: {
          [index: string]: INopeDescriptor;
      } = {}
    • prePathInput: string = "input"
    • prePathOutput: string = "output"
    • splitChar: string = SPLITCHAR

    Returns {
        definitions: {
            [index: string]: INopeDescriptor;
        };
        ids: string[];
        inputId: string;
        order: string[];
        outputId: string;
    }

    • definitions: {
          [index: string]: INopeDescriptor;
      }
    • ids: string[]
    • inputId: string
    • order: string[]
    • outputId: string

Generated using TypeDoc