extractSchema

fun extractSchema(typeName: String): String

Extract a human-readable schema description for a type. Shows field names and their types.


fun extractSchema(klass: KClass<*>): String

Extract schema from a Kotlin class.