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 TypeMethodDescriptionwithDefinitions(Object definitions) Specifies the definitions property: Types definitions.
-
Method Details
-
withDefinitions
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.
-