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

Allow timestamp ranges to have endpoints with unknown offsets for ISL 2.0 #163

Closed desaikd closed 1 year ago

desaikd commented 1 year ago

Allow timestamp ranges to have endpoints with unknown offsets for ISL 2.0

Grammar:

<RANGE_TIMESTAMP> ::= range::[ <EXCLUSIVITY><TIMESTAMP>, <EXCLUSIVITY><TIMESTAMP> ]
                    | range::[ min, <EXCLUSIVITY><TIMESTAMP> ]
                    | range::[ <EXCLUSIVITY><TIMESTAMP>, max ]

Ion Schema Specification: https://amazon-ion.github.io/ion-schema/docs/isl-2-0/spec#constraints

desaikd commented 1 year ago

Fixed with #177