diff --git a/src/api-reference/travel/itinerary/trip/trip-extras.md b/src/api-reference/travel/itinerary/trip/trip-extras.md
index a39003d76..695975f38 100644
--- a/src/api-reference/travel/itinerary/trip/trip-extras.md
+++ b/src/api-reference/travel/itinerary/trip/trip-extras.md
@@ -461,22 +461,22 @@ HTTP/1.1 204 No Content
### 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). |
### 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` | - | Timestamp of the changes in ISO 8601 format. |
+| `timestamp` | `string` | - | Timestamp of the changes in ISO 8601 format. |
### Partner