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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaContract.Update
withDefinitions(Object definitions)
Specifies the definitions property: Types definitions.
-
-
-
Method Detail
-
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.
-
-