Added upgradeURL to semanticBoardingPass example model

This commit is contained in:
Alexander Cerutti
2025-09-17 01:52:36 +02:00
parent e98bd1313d
commit 51388ddf81

View File

@@ -38,5 +38,6 @@
"passengerName": { "givenName": "John", "familyName": "Doe" }, "passengerName": { "givenName": "John", "familyName": "Doe" },
"loungePlaceIDs": ["IB452E0A3979253B0"] "loungePlaceIDs": ["IB452E0A3979253B0"]
}, },
"upgradeURL": "https://www.example.com",
"entertainmentURL": "https://www.example.com" "entertainmentURL": "https://www.example.com"
} }