Skip to content

Commit

Permalink
Merge pull request #15 from viagogo/sync-openapi-definitions/patch
Browse files Browse the repository at this point in the history
Sync latest changes to OpenAPI definitions
  • Loading branch information
dylan-mcnamara-sh authored Aug 2, 2023
2 parents 3cc36e0 + 1dc7308 commit f50c6ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/openapi/sales.json
Original file line number Diff line number Diff line change
Expand Up @@ -3174,13 +3174,27 @@
"description": "Tacking number of the ticket shipment.",
"nullable": true
},
"seating": {
"description": "Any updated seating information about the tickets sold",
"nullable": true,
"oneOf": [
{
"$ref": "#/components/schemas/Seating"
}
]
},
"barcodes": {
"type": "array",
"description": "The barcode(s) for the ticket(s).",
"nullable": true,
"items": {
"$ref": "#/components/schemas/BarcodeInformation2"
}
},
"mobile_provider": {
"type": "string",
"description": "The vendor being used to transfer the mobile ticket. Can be one of the following values:\nStubHub,\nTicketMaster,\nTicketmasterCa,\nAXS,\nEventbrite,\nLivenation,\nBroadway,\nTelecharge,\nTicketon,\nSeetickets,\nEtix,\nTixr,\nFesticket,\nInsomniac,\nDiceImport,\nMGMResorts,\nTickeri,\nSmithCenterImport,\nStubwire,\nComputicket,",
"nullable": true
}
}
},
Expand Down

0 comments on commit f50c6ea

Please sign in to comment.