interface
FieldGraphValidator
FieldGraphValidator checks a resource's final immutable field configuration after every graph transformer has completed. It cannot publish graph edits. Use this for plugin-owned schema and host settings, not document validation; runtime value validators belong to the field or plugin value contract.
Properties
| Property | Type | Description |
|---|---|---|
Plugin | Plugin | The Plugin value. |
ValidateFields | func(FieldGraphContext, | The ValidateFields value. |
Full signature
type FieldGraphValidator interface {
Plugin
ValidateFields(FieldGraphContext, field.Fields) error
}