Add unit tests to verify that hook handlers can handle input that include extraneous inputs. The extra fields are not part of the target model, but the deserialization will continue to work.
Add unit tests with strict deserializing to verify the negative case.
Issue #, if available: N/A
Description of changes:
Add unit tests to verify that hook handlers can handle input that include extraneous inputs. The extra fields are not part of the target model, but the deserialization will continue to work.
Add unit tests with strict deserializing to verify the negative case.