Wrapper for providing an array of JSON nodes as inputs.

Constructors

Properties

inputs: any[]

JSON nodes to input.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]