generateSchema

open override fun generateSchema(target: T): R(source)

Generates a JSON object representing the schema of the input target.

Return

a JsonObject representing the schema of the provided object

Parameters

target

the object for which the JSON schema will be generated