Interface SchemaContract.UpdateStages.WithDefinitions

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

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

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

    • withDefinitions

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