The ID of the Testset.
Successfully retrieved Testset
A collection of Testcases that share the same schema. Each Testset defines the structure of its Testcases through a JSON schema. The fieldMapping object maps top-level keys of the Testcase schema to their roles (input/expected output). Fields not mentioned in the fieldMapping during creation or update are treated as metadata.
Testcases that fail validation will still be stored, but will include validationErrors detailing the issues. Extra fields in the Testcase data that are not in the schema will be stored but are ignored during validation.
The name of the Testset.
The description of the Testset.
The JSON schema for each Testcase in the Testset.
Maps top-level keys of the Testcase schema to their roles (input/expected output). Unmapped fields are treated as metadata.