Optional actualActual value observed during the test. Its type depends on the assertion type.
Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional errorError message if the assertion failed.
Optional expectedExpected value for the assertion. Its type depends on the assertion type.
Optional operatorOperator used for the assertion (for example, is, contains).
Optional propertyProperty targeted by the assertion, when applicable.
Optional targetTarget value for the assertion. Its type depends on the assertion type.
Optional targetJSON path or XPath evaluated for the assertion.
Optional targetOperator used for the target path assertion.
Optional typeType of the assertion (for example, responseTime, statusCode, body).
Optional validWhether the assertion passed.
Generated using TypeDoc
An individual assertion result from a Synthetic test.