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

Add support for constructing `closed` fields programmatically with `fields` constraint for ISL 2.0 #217

Closed desaikd closed 2 months ago

desaikd commented 2 months ago

fields constraint API that needs to be changed: https://github.com/amazon-ion/ion-schema-rust/blob/main/ion-schema/src/isl/isl_constraint.rs#L275

desaikd commented 2 months ago

Fixed with #218