JsonSchema.Parser.ParserWarning (json_schema v0.6.0)

Copy Markdown View Source

Represents a warning generated while parsing a JSON schema object.

Summary

Types

t()

@type t() :: %JsonSchema.Parser.ParserWarning{
  identifier: JsonSchema.Types.typeIdentifier(),
  message: String.t(),
  warning_type: warning_type()
}

warning_type()

@type warning_type() :: atom()

Functions

new(identifier, warning_type, message)

Constructs a ParserWarning.