Current field value.
Whether to render as read-only display.
Whether to render as an empty input.
Schema metadata for this field.
Constraints from schema checks.
Dot-separated path from root (e.g. "address.city").
OptionalexamplesExample values from the schema's examples keyword.
Walked field tree for recursive rendering.
Render a child field to an HTML string. Theme adapters call this to recursively render nested structures.
The walked field tree for the child
The child's current value
OptionalpathSuffix: stringPath segment from the parent (e.g. "city", "[0]"). When omitted, the child's description is used as fallback.
Props for HTML render functions. Extends BaseRenderProps with a narrower three-argument
renderChildand noonChange— HTML rendering is pure output with no event handling.