You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(fix): skip structure validation for internal metadata document updates
Metadata documents contain JSON-filtered fields (like attributes and
indexes) that are stored as strings but decoded to arrays of Document
objects. The Structure validator validates against the raw schema type
(string) but receives the decoded value (array), causing false
validation failures.
Wraps all updateDocument(self::METADATA, ...) calls in skipValidation()
since metadata document structure is controlled internally.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments