Dot-separated path to the field (e.g. "address.city").
When the schema is a Zod schema or typed as const, only valid
paths are accepted. Falls back to string for runtime schemas.
The schema to extract the field from. Subject to the same unrepresentable-Zod rejection as SchemaComponentProps.schema.
OptionalschemaFor OpenAPI / JSON Schema documents: a $ref string. Named
schemaRef (not ref) to avoid the React / preact/compat
reserved prop name. See SchemaComponentProps.schemaRef.
OptionalvalueCurrent value of the field at the given path.
OptionalonCalled with the updated root value when this field changes.
OptionalmetaOverride meta for this specific field.
OptionalvalidateRun validation on change.
Optionalon
Props accepted by SchemaField. The generic
Pconstrainspathto dot-paths reachable through the schema's inferred value type — typed schemas get autocomplete; runtime schemas fall back tostring.