Skip to content

vnd:jsonschema module

Experimental

The vnd:jsonschema module exposes the jsonschema crate for validating JSON documents against a schema.

PropertyValue
Namespacevnd
Sourcesrc/lua/vnd/jsonschema.rs
Teststests/vnd/jsonschema.test.luau
StabilityExperimental
Mirrorjsonschema

Syntax

lua
local jsonschema = require("vnd:jsonschema")

Description

WARNING

This reference page is a stub. The full Lua surface is captured in the module source listed above and exercised by the test file. A spec PR following the spec-driven development workflow will land the contracted surface here.

Until that lands, the source and tests are the contract.

See also