kotlinx-schema: Three Ways to Generate JSON Schemas from Kotlin Code
Every time you rename a Kotlin function parameter, the hand-written JSON schema your LLM reads is wrong — and it fails silently. kotlinx-schema derives the schema from your Kotlin types directly, via three strategies that cover runtime and compile-time generation across all Kotlin Multiplatform targets.
