amazon-ion / ion-cli

Apache License 2.0
31 stars 15 forks source link

Adds support for struct with both `type` and `fields` constraint #116

Closed desaikd closed 3 months ago

desaikd commented 3 months ago

Issue #, if available:

Description of changes:

This PR works on adding support for struct with both type and fields constraint.

List of changes:

Tests:

Modified current tests and add an invalid test case for only type:struct constraint inside a type def.


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