mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 23:25:26 +00:00
Added more properties on new seats event model
This commit is contained in:
@@ -4,12 +4,11 @@
|
|||||||
"teamIdentifier": "F53WB8AE67",
|
"teamIdentifier": "F53WB8AE67",
|
||||||
"groupingIdentifier": "ticket-demo",
|
"groupingIdentifier": "ticket-demo",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"organizationName": "Something",
|
"organizationName": "A some kind of event happening tomorrow",
|
||||||
"suppressStripShine": true,
|
"backgroundColor": "#ffffff",
|
||||||
"backgroundColor": "rgb(255, 255, 255)",
|
"foregroundColor": "#000000",
|
||||||
"foregroundColor": "rgb(0, 0, 0)",
|
"labelColor": "#FF0000",
|
||||||
"labelColor": "rgb(0, 0, 0)",
|
"logoText": "Demo",
|
||||||
"logoText": "Demo Ticket",
|
|
||||||
"preferredStyleSchemes": ["posterEventTicket", "eventTicket"],
|
"preferredStyleSchemes": ["posterEventTicket", "eventTicket"],
|
||||||
"eventTicket": {
|
"eventTicket": {
|
||||||
"headerFields": [
|
"headerFields": [
|
||||||
@@ -24,24 +23,47 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"semantics": {
|
"semantics": {
|
||||||
|
"venueParkingLotsOpenDate": "2024-10-09T04:00:00+00:00",
|
||||||
|
"venueGatesOpenDate": "2024-10-09T06:00:00+00:00",
|
||||||
|
"eventLiveMessage": "This event is going to start soon! Try to relax your anus (cit.)",
|
||||||
"eventType": "PKEventTypeLivePerformance",
|
"eventType": "PKEventTypeLivePerformance",
|
||||||
"eventName": "South Bay Jazz Festival",
|
"eventName": "South Bay Jazz Festival",
|
||||||
"eventStartDate": "2024-10-15T10:00:00-06:00",
|
"entranceDescription": "Event at The Stadium",
|
||||||
"performerNames": ["Big Zuu"],
|
|
||||||
"venueName": "Apple Park, Cupertino, CA",
|
|
||||||
"venueLocation": {
|
"venueLocation": {
|
||||||
"latitude": 37.332279,
|
"latitude": 51.555557,
|
||||||
"longitude": -122.010979
|
"longitude": 0.238041
|
||||||
},
|
},
|
||||||
"venueEntranceGate": "3",
|
"venueName": "The Stadium",
|
||||||
|
"performerNames": ["Lady Gaga"],
|
||||||
|
"eventStartDate": "2024-10-08T22:00:00+00:00",
|
||||||
|
"eventEndDate": "2024-10-09T23:59:59+00:00",
|
||||||
|
"tailgatingAllowed": true,
|
||||||
"seats": [
|
"seats": [
|
||||||
{
|
{
|
||||||
"seatNumber": "5",
|
"seatNumber": "5",
|
||||||
"seatRow": "3",
|
"seatRow": "3",
|
||||||
"seatSection": "100"
|
"seatSection": "100",
|
||||||
|
"seatSectionColor": "#FFD700"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"artistIDs": ["984117861"]
|
||||||
},
|
},
|
||||||
|
"directionsInformationURL": "https://www.displaysomeinfoexample.com",
|
||||||
|
"contactVenueWebsite": "https://www.venueexample.com",
|
||||||
|
"relevantDates": [
|
||||||
|
{
|
||||||
|
"startDate": "2024-10-09T17:00:00+01:00",
|
||||||
|
"endDate": "2024-10-09T23:59:59+01:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"startDate": "2024-10-10T17:00:00+00:00",
|
||||||
|
"endDate": "2024-10-10T19:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"startDate": "2024-10-11T17:00:00+00:00",
|
||||||
|
"endDate": "2024-10-11T19:00:00+00:00"
|
||||||
|
}
|
||||||
|
],
|
||||||
"nfc": {
|
"nfc": {
|
||||||
"message": "message",
|
"message": "message",
|
||||||
"encryptionPublicKey": "MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgADwKMBv29ByaSLiGF0FctuyB+Hs2oZ1kDIYhTVllPexNE="
|
"encryptionPublicKey": "MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgADwKMBv29ByaSLiGF0FctuyB+Hs2oZ1kDIYhTVllPexNE="
|
||||||
|
|||||||
Reference in New Issue
Block a user