dynamic-forms / Interface

SchemaDefinition

Reusable schema definition that can be referenced by name

Properties

NameTypeDescription
description
string | undefined

Schema description

logic
LogicConfig[] | undefined

Logic rules to apply

name
string

Unique schema identifier

pathPattern
string | undefined

Field path pattern this schema applies to

subSchemas
SchemaApplicationConfig[] | undefined

Nested schema applications

validators
ValidatorConfig[] | undefined

Validators to apply