paulhiggs / dvb-i-tools

10 stars 4 forks source link

Validating GroupInformationTable Basic Description #7

Closed hoffrichterm closed 1 year ago

hoffrichterm commented 2 years ago

I'm getting a validation error when validating the more episodes endpoint. The reason is a missing BasicDescription Element. In the Bluebook (R3) the Basic Description Element below the GroupInformationElement is marked as optional (clause 6.11.16.1) and not as mandatory.

I haven't found a rule when a minimum of results is given the BasicDescription Element will be mandatory. We want to test the more episodes endpoint without pagination.

paulhiggs commented 2 years ago

Can you give the validation error code that you are given - it really helps identify the program logic that got to it? Please also check the reference to clause 6.11.16.1 as the published A177r3 stops at 6.11.13.

Clause 6.10.17.4 says that BasicDescription is mandatory for GroupInformation[More Episodes]. Per clause 6.10.5.7 the Basic Description only contains pagination links, but it you do not have these an empty element <BasicDescription/> needs to be provided to adhere to the TV Anytime cardinality
TVA-GroupInformationType

paulhiggs commented 1 year ago

@hoffrichterm - can I close this issue now?

hoffrichterm commented 1 year ago

Sorry for my late answer. Yes it works for me.

paulhiggs commented 1 year ago

No update needed.