ParserTestCaseOutputAssertionsInput is an input datatype for assertions on the shape of a given test case output event.

This datatype is used by the datatype, ParserTestCaseAssertionsForOutputInput, which is used by ParserTestCaseInput, which is used by three other input datatypes: CreateParserInputV2, which is used by the createParserV2() mutation field; and ParserTestRunInput, which is used by the testParserV2() mutation; and UpdateParserInputV2, which is used by the updateParserV2() mutation.

Table: ParserTestCaseOutputAssertionsInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Mar 28, 2025
fieldsHaveValues[FieldHasValueInput]yes[ ]Long-TermNames of fields and their expected value on the output event. These are key-value pairs, and should be treated as a map-construct. See FieldHasValueInput.
fieldsNotPresent[string]yes[ ]Long-TermNames of fields which should not be present on the output event.