Interface SchemaContract.UpdateStages.WithValue

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

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

    Modifier and Type
    Method
    Description
    Specifies the value property: Json escaped string defining the document representing the Schema.
  • Method Details

    • withValue

      SchemaContract.Update withValue(String value)
      Specifies the value property: Json escaped string defining the document representing the Schema. Used for schemas other than Swagger/OpenAPI..
      Parameters:
      value - Json escaped string defining the document representing the Schema. Used for schemas other than Swagger/OpenAPI.
      Returns:
      the next definition stage.