exists
Asynchronously checks that the value exists in the backend.
remoteValidation
Generic asynchronous validation — the endpoint decides validity.
unique
Asynchronously checks that the value is unique in the backend.
uniqueExcept
Like unique, but ignores one record — for edit forms where the value legitimately belongs to the record being edited. The exceptId is sent alongside the value (param except).