אינדקס אופציונלי למיון הכרטיסים כשהם מקובצים עם כרטיסים אחרים. כרטיסים עם אינדקס מיון נמוך יותר מוצגים לפני כרטיסים עם אינדקס מיון גבוה יותר. אם לא צוין ערך, ההנחה היא שהערך הוא 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"]]