I am attempting to use the library to validate the new XAPI spec recently released. This specification contains a separate file for formats that are custom to the schema.
Is
this code the correct approach for adding custom formats?
I am basically building my own ValidationConfiguration, by extending the default library with a series of CustomFormatAttribute instances.
I cannot test any further yet, because I am getting other errors that I will inquire about next, once I am sure this code is valid.