ZoiForge.Schemas.Rusl.Schemas.Common.SemverRequirement (ZoiForge v0.1.0)

Copy Markdown View Source

Configuration for SemverRequirement.

A semantic version requirement string (e.g. '~> 1.0', '>= 2.0.0', '== 1.2.3')

Summary

Functions

Validates data against the schema structure.

Returns the raw JSON schema string.

Returns the parsed Zoi schema structure.

Types

t()

@type t() :: binary()

Functions

parse(data)

Validates data against the schema structure.

raw_schema()

Returns the raw JSON schema string.

schema()

Returns the parsed Zoi schema structure.