Interface SchemaContract.UpdateStages.WithComponents

All Known Subinterfaces:
SchemaContract.Update
Enclosing interface:
SchemaContract.UpdateStages

public static interface SchemaContract.UpdateStages.WithComponents
The stage of the SchemaContract update allowing to specify components.
  • Method Summary

    Modifier and Type
    Method
    Description
    withComponents(Object components)
    Specifies the components property: Types definitions.
  • Method Details

    • withComponents

      SchemaContract.Update withComponents(Object components)
      Specifies the components property: Types definitions. Used for Swagger/OpenAPI v2/v3 schemas only, null otherwise..
      Parameters:
      components - Types definitions. Used for Swagger/OpenAPI v2/v3 schemas only, null otherwise.
      Returns:
      the next definition stage.