Interface: RuleSchema
August 8, 2026 ยท View on GitHub
@plures/praxis / index / RuleSchema
Interface: RuleSchema
Defined in: packages/praxis-core/src/introspection.ts:55
JSON Schema-like representation of a rule
Properties
description
description:
string
Defined in: packages/praxis-core/src/introspection.ts:57
id
id:
string
Defined in: packages/praxis-core/src/introspection.ts:56
meta?
optionalmeta?:Record<string,unknown>
Defined in: packages/praxis-core/src/introspection.ts:59
type
type:
"rule"
Defined in: packages/praxis-core/src/introspection.ts:58