यह इंडेक्स ज़रूरी है, ताकि पास को अन्य पास के साथ ग्रुप करने पर उन्हें क्रम से लगाया जा सके. कम क्रम वाले इंडेक्स वाले पास, ज़्यादा क्रम वाले इंडेक्स वाले पास से पहले दिखाए जाते हैं. अगर यह जानकारी नहीं दी गई है, तो वैल्यू को 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"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],["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"]]