पास को अन्य पास के साथ ग्रुप किए जाने पर, उन्हें क्रम से लगाने के लिए वैकल्पिक इंडेक्स. कम क्रम वाले इंडेक्स वाले पास, ज़्यादा क्रम वाले इंडेक्स वाले पास से पहले दिखाए जाते हैं. अगर यह जानकारी नहीं दी गई है, तो वैल्यू को INT_MAX माना जाता है. एक ही क्रम में लगाने वाले इंडेक्स वाले दो पास के लिए, क्रम से लगाने का तरीका नहीं बताया गया है.
groupingId
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) को अपडेट किया गया."],[[["JSON representation defines the structure for organizing passes within a digital wallet."],["`sortIndex` is an optional integer field used for ordering passes visually, with lower values appearing first."],["`groupingId` is an optional string field enabling visual grouping of passes, potentially of different types, based on shared ID."]]],["The core content describes a JSON structure for organizing passes. It uses two fields: `sortIndex` (integer) and `groupingId` (string). `sortIndex` determines the display order of passes within a group; lower values appear first, with a default of INT_MAX if unspecified. `groupingId` allows passes with different types to be visually grouped together based on shared IDs. Sorting is undefined for passes with the same `sortIndex`.\n"]]