diff --git a/docs/reference/terminal49/terminal49.v1.json b/docs/reference/terminal49/terminal49.v1.json index 7f03147a..8c1eb0c1 100644 --- a/docs/reference/terminal49/terminal49.v1.json +++ b/docs/reference/terminal49/terminal49.v1.json @@ -777,7 +777,7 @@ "type": "object", "properties": { "data": { - "$ref": "./terminal49.v1.json#/components/schemas/shipment" + "$ref": "#/components/schemas/shipment" } } } @@ -1537,7 +1537,7 @@ "type": "object", "properties": { "data": { - "$ref": "./terminal49.v1.json#/components/schemas/tracking_request" + "$ref": "#/components/schemas/tracking_request" } } } @@ -1629,7 +1629,7 @@ "type": "object", "properties": { "data": { - "$ref": "./terminal49.v1.json#/components/schemas/webhook" + "$ref": "#/components/schemas/webhook" } } } @@ -4024,7 +4024,7 @@ "type": "object", "properties": { "data": { - "$ref": "./terminal49.v1.json#/components/schemas/container" + "$ref": "#/components/schemas/container" } } } @@ -5303,10 +5303,8 @@ "type": "object", "properties": { "data": { - "type": [ - "object", - "null" - ], + "type": "object", + "nullable": true, "properties": { "type": { "type": "string", @@ -5331,10 +5329,8 @@ "type": "object", "properties": { "data": { - "type": [ - "object", - "null" - ], + "type": "object", + "nullable": true, "properties": { "type": { "type": "string", @@ -5385,10 +5381,8 @@ "type": "object", "properties": { "data": { - "type": [ - "object", - "null" - ], + "type": "object", + "nullable": true, "properties": { "type": { "type": "string", @@ -6373,10 +6367,8 @@ "type": "object", "properties": { "data": { - "type": [ - "object", - "null" - ], + "type": "object", + "nullable": true, "properties": { "id": { "type": "string", @@ -6713,25 +6705,25 @@ "type": "number", "description": "The current latitude position of the vessel", "nullable": true, - "example": "25.29845" + "example": 25.29845 }, "longitude": { "type": "number", "description": "The current longitude position of the vessel", "nullable": true, - "example": "121.217" + "example": 121.217 }, "nautical_speed_knots": { "type": "number", "description": "The current speed of the ship in knots (nautical miles per hour)", "nullable": true, - "example": "90" + "example": 90 }, "navigational_heading_degrees": { "type": "number", "description": "The current heading of the ship in degrees, where 0 is North, 90 is East, 180 is South, and 270 is West", "nullable": true, - "example": "194" + "example": 194 }, "position_timestamp": { "type": "string", @@ -7035,10 +7027,8 @@ "type": "object", "properties": { "data": { - "type": [ - "object", - "null" - ], + "type": "object", + "nullable": true, "properties": { "id": { "type": "string", @@ -7059,10 +7049,8 @@ "description": "\n", "properties": { "data": { - "type": [ - "object", - "null" - ], + "type": "object", + "nullable": true, "properties": { "id": { "type": "string",