OptimumCode / json-schema-validator

The JSON schema validation library that works with https://github.com/Kotlin/kotlinx.serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support $schema property to identify schema draft to use

OptimumCode opened this issue · comments

The library should support $schema property in schema definition to identify the draft version it should use to load the schema.
If the $schema is missing the latest supported draft should be used