Represents a warning generated while parsing a JSON schema object.
Summary
Functions
Constructs a ParserWarning.
Types
@type t() :: %JsonSchema.Parser.ParserWarning{ identifier: JsonSchema.Types.typeIdentifier(), message: String.t(), warning_type: warning_type() }
@type warning_type() :: atom()
Functions
@spec new(JsonSchema.Types.typeIdentifier(), atom(), String.t()) :: t()
Constructs a ParserWarning.