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

PropertyTypeDescription
PluginPluginThe Plugin value.
ValidateFieldsfunc(FieldGraphContext, field.Fields) errorThe ValidateFields value.

Full signature