amazon-ion / ion-schema-rust

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

modifies `wasm-schema-sandbox` to use flattened violations #172

Closed desaikd closed 1 year ago

desaikd commented 1 year ago

Description of changes:

This PR works on adding flattened_violations() that gets the leaf/core violations. This will be useful for wasm-schema-sandbox to include only the core violations.

List of changes:

Rendered view

https://desaikd.github.io/ion-schema/sandbox

Next Steps:

Create PR for the rendered view in ion-schema repository


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.