Skip to content

rulvar API reference


rulvar API reference / @rulvar/core / JsonSchema

Type Alias: JsonSchema

ts
type JsonSchema = {
[key: string]: unknown;
};

Defined in: packages/core/src/l0/messages.ts:55

A JSON Schema document (draft 2020-12) as plain JSON data. Canonical serialization and hashing rules live with the KeyDeriver.

Index Signature

ts
[key: string]: unknown