Данные, соответствующие идентификаторам предоставленных классов и объектов в JWT. ресурсы будут включать только непустые массивы (т. е. если JWT включает только eventTicketObjects, то это единственное поле, которое будет присутствовать в ресурсах).
[[["Прост для понимания","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-03-13 UTC."],[[["Inserts resources into a JWT for Google Wallet."],["Uses a POST request to `https://walletobjects.googleapis.com/walletobjects/v1/jwt`."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope."],["The request body contains a `JwtResource` object, and the response includes a save URI and inserted resource data."],["Resource data in the response includes arrays of objects and classes for various Google Wallet pass types, like event tickets, flights, or loyalty cards."]]],["This documentation details the process of inserting resources into a JWT via a `POST` request to `https://walletobjects.googleapis.com/walletobjects/v1/jwt`. The request body contains a `JwtResource` instance. The successful response includes a `saveUri` string for users to save objects and a `resources` object. This object contains arrays of classes and objects, including event tickets, flights, gift cards, loyalty programs, offers, transit options, and generic types, based on what's in the JWT. It requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]