Dredd.Dataset (dredd v2.0.2)

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.

Summary

Types

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

Functions

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