Class ScaRequestDataAttributesRelationsItems

A dependency relation describing which other components a given component depends on.

Hierarchy

  • ScaRequestDataAttributesRelationsItems

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
dependsOn?: string[]

The list of BOM references that this component directly depends on.

ref?: string

The BOM reference of the component that has dependencies.

Generated using TypeDoc