amazon-ion / ion-schema-rust

Rust implementation of Ion Schema
https://amazon-ion.github.io/ion-schema/sandbox
Apache License 2.0
13 stars 6 forks source link

schema validation returns violation for self referencing types #93

Closed desaikd closed 2 years ago

desaikd commented 2 years ago

All the types in ion-schema-rust a unique type_id. Currently, the self referencing types type_id is not calculated correctly resulting in a Violation.