toSchemaRef

fun Class<out Enum<*>>.toSchemaRef(default: String? = null): SchemaRef
fun Class<*>.toSchemaRef(propertyName: String, propertyType: Class<*>, isArray: Boolean = false): SchemaRef
fun Class<*>.toSchemaRef(propertyName: String, propertySchemaRef: SchemaRef, isArray: Boolean = false): SchemaRef