Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/api-reference/travel/itinerary/trip/trip-extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,22 +461,22 @@ HTTP/1.1 204 No Content

### <a name="booking-schema"></a> Booking

| Name | Type | Format | Description |
| ---------------- | -------- | ----------------------------------------------- | --------------------------------------------------------------------------------------------- |
| `type` | `string` | - | **Required**. Type of partner reservation (e.g., `ground`.) |
| `groundMetadata` | `object` | [Metadata Schema](#metadata-schema) | **Required**. Detailed information in [Metadata](#metadata-schema). |
| `partner` | `object` | [Partner Schema](#partner-schema) | **Required**. Detailed information in [Partner](#partner-schema). |
| `vendor` | `object` | [Vendor Schema](#vendor-schema) | Detailed information in [Vendor](#vendor-schema). |
| `details` | `object` | [Details Schema](#groundbooking-details-schema) | **Required**. Detailed information in [GroundBooking Details](#groundbooking-details-schema). |
| Name | Type | Format | Description |
| ---------- | -------- | ----------------------------------------------- | --------------------------------------------------------------------------------------------- |
| `type` | `string` | - | **Required**. Type of partner reservation (e.g., `ground`.) |
| `metadata` | `object` | [Metadata Schema](#metadata-schema) | **Required**. Detailed information in [Metadata](#metadata-schema). |
| `partner` | `object` | [Partner Schema](#partner-schema) | **Required**. Detailed information in [Partner](#partner-schema). |
| `vendor` | `object` | [Vendor Schema](#vendor-schema) | Detailed information in [Vendor](#vendor-schema). |
| `details` | `object` | [Details Schema](#groundbooking-details-schema) | **Required**. Detailed information in [GroundBooking Details](#groundbooking-details-schema). |

### <a name="metadata-schema"></a> Ground Metadata

Additional ground metadata related to the booking.

| Name | Type | Format | Description |
| ----------- | ------------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
| Name | Type | Format | Description |
| ----------- | ------------------- | ------ | --------------------------------------------------------------------------------------------------------------- |
| `version` | `int` | - | **Required**. Version of the booking. Changes with an older version are stale. Must be greater than or equal 1. |
| `timestamp` | `string<date-time>` | - | Timestamp of the changes in ISO 8601 format. |
| `timestamp` | `string<date-time>` | - | Timestamp of the changes in ISO 8601 format. |

### <a name="partner-schema"></a> Partner

Expand Down