json_schema v0.1.0 JsonSchema.Parser.ParserWarning View Source

Represents a warning generated while parsing a JSON schema object.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %JsonSchema.Parser.ParserWarning{
  identifier: JsonSchema.Types.typeIdentifier(),
  message: String.t(),
  warning_type: atom()
}

Link to this section Functions

Link to this function new(identifier, warning_type, message) View Source

Constructs a ParserWarning.