Interface SchemaContract.DefinitionStages.WithValue

    • Method Detail

      • withValue

        SchemaContract.DefinitionStages.WithCreate 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.