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
enumThe 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
integerinteger
14516064009007199254740991ticket
stringstring
type
enumThe value of this property must be equal to one of the known values below.
| Value | Description |
|---|---|
html |
|
pdf |
|
svg |
|
png |