http://maasglobal.com/tsp/booking-ticket/response.json
Response schema for retrieving a ticket from booking through a TSP adapter
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Develop | No | Forbidden | Permitted | tsp/booking-ticket/response.json |
http://maasglobal.com/tsp/booking-ticket/response.json
http://maasglobal.com/core/components/units.json
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
contentType | enum |
Required | No | response (this schema) |
refreshAt | integer |
Optional | No | response (this schema) |
ticket | string |
Required | No | response (this schema) |
type | enum |
Required | No | response (this schema) |
* |
any | Additional | Yes | this schema allows additional properties |
contentType
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
application/pdf |
|
image/svg+xml |
|
image/png |
|
text/html |
Epoch when the ticket needs to be refreshed
refreshAt
integer
integer
1451606400
9007199254740991
ticket
string
string
type
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
html |
|
pdf |
|
svg |
|
png |