Validates a CsvwTableGroupDescription object against the defined schema and rules.
This function performs a series of checks to ensure that the provided table group
adheres to the CSVW (CSV on the Web) specifications. It validates the allowed keys,
object structure, inherited properties, and child elements such as dialect, tables,
and transformations. Additionally, it ensures that the table group contains at least
one table and has the correct type.
Validates a
CsvwTableGroupDescription
object against the defined schema and rules.This function performs a series of checks to ensure that the provided table group adheres to the CSVW (CSV on the Web) specifications. It validates the allowed keys, object structure, inherited properties, and child elements such as
dialect
,tables
, andtransformations
. Additionally, it ensures that the table group contains at least one table and has the correct type.