Closed desaikd closed 1 year ago
Issue #9 #10
Description of changes: This PR works on adding implementation of timestamp_offset constraint.
timestamp_offset
Grammar:
timestamp_offset: [ "[+|-]hh:mm"... ]
Ion Schema specification: https://amzn.github.io/ion-schema/docs/isl-1-0/spec#timestamp_offset
List of changes:
TimestampOffset
TimestampOffsetLength
IslConstraint
Constraint
TimestampOffsetConstraint
Tests: added unit tests for timestamp_offset implementation.
Issue #9 #10
Description of changes: This PR works on adding implementation of
timestamp_offset
constraint.Grammar:
Ion Schema specification: https://amzn.github.io/ion-schema/docs/isl-1-0/spec#timestamp_offset
List of changes:
timestamp_offset
constraint implementationTimestampOffset
to createtimestamp_offset
constraint with valid timetsamp offset valuesTimestampOffsetLength
enum variants forIslConstraint
andConstraint
TimestampOffsetConstraint
implementationstimestamp_offset
timestamp_offset
Tests: added unit tests for
timestamp_offset
implementation.timestamp_offset
constrainttimestamp_offset
constrainttimestamp_offset
constraint