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

The $id should be treated as a URI

OptimumCode opened this issue · comments

The current version treats the $id as a simple string. It is not right and won't allow to correctly use $ref later.

The behavior should be changed to treat $id as an URI and resolve $ref as URI as well