Dredd.Dataset (dredd v2.0.1)

This is the internal datastructure used for passing the current validation state from validator to validator including the top-level error-structure of any validated datastructure.

Link to this section Summary

Link to this section Types

@type t() :: %Dredd.Dataset{data: any(), error: nil | error_t(), valid?: boolean()}

Link to this section Functions

@spec new(map()) :: t()