JSONSchex.Types.Rule (jsonschex v0.6.0)

Copy Markdown View Source

A single compiled validation step.

name identifies the runtime rule implementation and params carries the serializable arguments consumed by JSONSchex.Validator.Rules.apply/3.

Summary

Types

t()

@type t() :: %JSONSchex.Types.Rule{name: atom(), params: term()}