vertx / io.vertx.ext.web.api.validation / HTTPRequestValidationHandler / addJsonBodySchema

addJsonBodySchema

abstract fun addJsonBodySchema(jsonSchema: String): HTTPRequestValidationHandler

Add a json schema for body with Content-Type "application/json"

Parameters

jsonSchema -

Return
this handler