fieldValidationMode
Determines the level of strictness when validating mocked results against their respective API models. Values include:
STRICT: All required fields must be present, and all present fields must conform to the API's schema.PRESENT: All present fields must conform to the API's schema.NONE: No validation is performed.
If no value is specified, the default value is STRICT.