The definition of InputSchemaParameters object.

Hierarchy

  • InputSchemaParameters

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
defaultValue?: any

The InputSchemaParameters defaultValue.

description?: string

The InputSchemaParameters description.

label?: string

The InputSchemaParameters label.

name: string

The InputSchemaParameters name.

The definition of InputSchemaParametersType object.

Generated using TypeDoc