-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloyalty-points.json
More file actions
56 lines (56 loc) · 2.12 KB
/
Copy pathloyalty-points.json
File metadata and controls
56 lines (56 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"schema_version": "1.0",
"token_type": "loyalty_points",
"name": "Lufthansa Miles Batch #A8821",
"description": "A batch of 25,000 Lufthansa Miles awarded for flight LH400, expiring 2027-03-01. Non-transferable.",
"image": "https://assets.lufthansa.example.com/miles-card.png",
"image_mime_type": "image/png",
"animation_url": null,
"animation_mime_type": null,
"external_url": "https://miles-and-more.example.com/account/batches/A8821",
"attributes": [
{ "trait_type": "Program", "value": "Miles & More" },
{ "trait_type": "Points", "value": 25000, "display_type": "number" },
{ "trait_type": "Tier", "value": "Senator" },
{ "trait_type": "Source", "value": "Flight LH400" },
{ "trait_type": "Awarded Date", "value": "2025-03-01", "display_type": "date" },
{ "trait_type": "Expiry Date", "value": "2027-03-01", "display_type": "date" },
{ "trait_type": "Redeemable For", "value": "Flights, Upgrades, Partners" }
],
"collection": {
"name": "Lufthansa Miles & More",
"description": "Tokenized loyalty miles for the Miles & More frequent flyer program.",
"symbol": "LHM",
"image": "https://assets.lufthansa.example.com/program-logo.png",
"total_supply": null
},
"creator": {
"address": "ML1lufthansa...",
"name": "Deutsche Lufthansa AG",
"royalty_percentage": 0.0,
"royalty_address": null
},
"social": {
"twitter": "https://twitter.com/lufthansa",
"discord": null,
"github": null,
"website": "https://miles-and-more.example.com"
},
"type_metadata": {
"program": {
"name": "Miles & More",
"operator": "Lufthansa Group",
"operator_address": "ML1lufthansa...",
"program_url": "https://miles-and-more.example.com"
},
"points": 25000,
"points_unit": "miles",
"expiry_date": "2027-03-01",
"awarded_for": "Flight LH400 FRA-JFK 2025-03-01",
"redeemable_for": ["flights", "upgrades", "hotel", "car_rental", "partner_rewards"],
"transfer_policy": "non_transferable",
"soulbound": true,
"rollover_policy": "expires_on_date",
"redemption_url": "https://miles-and-more.example.com/redeem"
}
}