AssertionConfiguration |
object or string |
✖ |
|
Checks that all items in a configured output are valid according to atleast one of the json schemas provided from the configured DataSources. Expects the output items to be deserialized to any type of C# object that can be converted to Json. DataSources: Used for loading json schemas, all data sources are loaded as json schemas, expects to receive their items serialized. Session Support: Only supports a single session assertion. Supported Json Drafts: [ "$schema": "http://json-schema.org/draft-06/schema#" / "$schema": "http://json-schema.org/draft-07/schema#" / "$schema": "https://json-schema.org/draft/2019-09/schema" / "$schema": "https://json-schema.org/draft/2020-12/schema" / "$schema": "https://json-schema.org/draft/next/schema" ] |