यह बताता है कि यह किस तरह का संसाधन है. वैल्यू: तय की गई स्ट्रिंग "walletobjects#uri".
uri
string
किसी वेब पेज, इमेज या अन्य संसाधन की जगह. LinksModuleData मॉड्यूल के यूआरआई में अलग-अलग प्रीफ़िक्स हो सकते हैं, जो यूआरआई के टाइप को दिखाते हैं (किसी वेब पेज का लिंक, किसी मैप का लिंक, कोई टेलीफ़ोन नंबर या ईमेल पता). यूआरआई में स्कीम होना चाहिए.
description
string
ऐप्लिकेशन में टेक्स्ट के तौर पर दिखने वाले यूआरआई का टाइटल. इसमें ज़्यादा से ज़्यादा 20 वर्ण इस्तेमाल करने का सुझाव दिया जाता है. इससे यह पक्का किया जा सकता है कि पूरी स्ट्रिंग छोटी स्क्रीन पर दिखे.
ध्यान दें कि कुछ मामलों में इस टेक्स्ट का इस्तेमाल नहीं किया जाता. जैसे, जब description किसी इमेज का हिस्सा हो.
जानकारी के लिए अनुवाद की गई स्ट्रिंग. इसमें ज़्यादा से ज़्यादा 20 वर्ण इस्तेमाल करने का सुझाव दिया जाता है. इससे यह पक्का किया जा सकता है कि पूरी स्ट्रिंग छोटी स्क्रीन पर दिखे.
id
string
यूआरआई से जुड़ा आईडी. यह फ़ील्ड, यूआरआई को आसानी से मैनेज करने के लिए है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-11-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"]]