pwall567 / json-kotlin-schema

Kotlin implementation of JSON Schema (Draft 07)
MIT License
88 stars 12 forks source link

Implemented parsing of recursive $ref #20

Open milux opened 1 month ago

milux commented 1 month ago

Implemented parsing of recursive/cyclic $refs and added some toString() implementations to improve debugging.

This will break json-kotlin-schema-codegen up to and including version 0.108, since that project is not prepared for cyclic schema referencing yet.