Closed desaikd closed 2 years ago
Issue #9 #10
Description of changes: This PR works on adding implementation of scale constraint.
scale
Grammar:
<SCALE> ::= scale: <INT> | scale: <RANGE<INT>>
Ion Schema specification: https://amzn.github.io/ion-schema/docs/spec.html#scale
List of changes:
range
Scale
IslConstraint
Constraint
ScaleConstraint
Tests: added unit tests for scale implementation.
Issue #9 #10
Description of changes: This PR works on adding implementation of
scale
constraint.Grammar:
Ion Schema specification: https://amzn.github.io/ion-schema/docs/spec.html#scale
List of changes:
range
.Scale
enum variants forIslConstraint
andConstraint
ScaleConstraint
implementationsscale
constraintTests: added unit tests for
scale
implementation.scale
constraintscale
constraintscale
constraint