Określa rodzaj danego zasobu. Wartość: ustalony ciąg znaków "walletobjects#uri".
uri
string
Lokalizacja strony internetowej, obrazu lub innego zasobu. Identyfikatory URI w module LinksModuleData mogą mieć różne prefiksy wskazujące typ identyfikatora URI (link do strony internetowej, link do mapy, numer telefonu lub adres e-mail). Identyfikatory URI muszą mieć schemat.
description
string
Tytuł identyfikatora URI widoczny w aplikacji jako tekst. Zalecana maksymalna długość to 20 znaków, aby zapewnić możliwość wyświetlania pełnego ciągu znaków na mniejszych ekranach.
Pamiętaj, że w niektórych kontekstach ten tekst nie jest używany, na przykład gdy description jest częścią obrazu.
Przetłumaczony tekst pola description. Zalecana maksymalna długość to 20 znaków, aby zapewnić możliwość wyświetlania pełnego ciągu znaków na mniejszych ekranach.
id
string
Identyfikator powiązany z identyfikatorem URI. To pole ułatwia zarządzanie identyfikatorem URI.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-03-13 UTC."],[[["URI provides a way to link external resources like web pages, images, maps, or contact information within a Wallet Object."],["It includes a URI, description, localized descriptions, and an optional ID for management purposes."],["The `kind` field is deprecated and should not be used."],["Descriptions should be kept concise, ideally under 20 characters, for optimal display."],["Localized descriptions allow for tailoring the URI's title for different languages."]]],["The JSON representation defines a resource with fields for `kind` (deprecated), `uri`, `description`, `localizedDescription`, and `id`. `uri` stores the location of a web resource, while `description` and `localizedDescription` provide textual titles, with a 20-character recommendation. The `id` field enables easier URI management. The `kind` identifies the resource type, but is marked as deprecated. Various URI prefixes indicate the link's nature (web, map, phone, email).\n"]]