What were you trying to do?
trying to play with API and understand metro2 format
What did you expect to see?https://github.com/moov-io/metro2/blob/master/test/testdata/unpacked_variable_file.json
I tested validator with above test data from your repo, noticed totalConsumerSegmentsJ1 is 2
and validator returns error if I change it to 1
I'm a bit confused as I also don't find much explanation on this value in the guide provided by CDIA
I was expecting it to be 1 since there is only one j1 item found, or is the base record also considered?
Metro2 Version:
v0.3.3
What were you trying to do? trying to play with API and understand metro2 format
What did you expect to see? https://github.com/moov-io/metro2/blob/master/test/testdata/unpacked_variable_file.json I tested validator with above test data from your repo, noticed
totalConsumerSegmentsJ1
is 2 and validator returns error if I change it to 1 I'm a bit confused as I also don't find much explanation on this value in the guide provided by CDIA I was expecting it to be 1 since there is only one j1 item found, or is the base record also considered?What did you see? see above
How can we reproduce the problem? N/A
Thank you