rulvar API reference / @rulvar/rulvar / JsonSchema
Type Alias: JsonSchema
ts
type JsonSchema = {
[key: string]: unknown;
};Defined in: packages/core/dist/index.d.ts
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