Class InputSchemaDataAttributesParametersItemsDataAttributes

The definition of InputSchemaDataAttributesParametersItemsDataAttributes object.

Hierarchy

  • InputSchemaDataAttributesParametersItemsDataAttributes

Constructors

Properties

_enum?: string[]

The attributes enum.

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 attributes defaultValue.

description?: string

The attributes description.

label?: string

The attributes label.

name?: string

The attributes name.

type?: string

The attributes type.

Generated using TypeDoc