fix link & []link indexer mapping
link and []link are legacy types carried over from Storage schema & these types are still supported by Schema service.
Indexing of these types was broken by MR: #649 and commit. It sets the index attribute mapping to type that's not supported by StorageIndexerPayloadMapper
.
This MR restores behavior and fixes the breaking change.