Skip to content
Draft
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
52 changes: 20 additions & 32 deletions docs/reference/terminal49/terminal49.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "./terminal49.v1.json#/components/schemas/shipment"
"$ref": "#/components/schemas/shipment"
}
}
}
Expand Down Expand Up @@ -1537,7 +1537,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "./terminal49.v1.json#/components/schemas/tracking_request"
"$ref": "#/components/schemas/tracking_request"
}
}
}
Expand Down Expand Up @@ -1629,7 +1629,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "./terminal49.v1.json#/components/schemas/webhook"
"$ref": "#/components/schemas/webhook"
}
}
}
Expand Down Expand Up @@ -4024,7 +4024,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "./terminal49.v1.json#/components/schemas/container"
"$ref": "#/components/schemas/container"
}
}
}
Expand Down Expand Up @@ -5303,10 +5303,8 @@
"type": "object",
"properties": {
"data": {
"type": [
"object",
"null"
],
"type": "object",
"nullable": true,
"properties": {
"type": {
"type": "string",
Expand All @@ -5331,10 +5329,8 @@
"type": "object",
"properties": {
"data": {
"type": [
"object",
"null"
],
"type": "object",
"nullable": true,
"properties": {
"type": {
"type": "string",
Expand Down Expand Up @@ -5385,10 +5381,8 @@
"type": "object",
"properties": {
"data": {
"type": [
"object",
"null"
],
"type": "object",
"nullable": true,
"properties": {
"type": {
"type": "string",
Expand Down Expand Up @@ -6373,10 +6367,8 @@
"type": "object",
"properties": {
"data": {
"type": [
"object",
"null"
],
"type": "object",
"nullable": true,
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -7035,10 +7027,8 @@
"type": "object",
"properties": {
"data": {
"type": [
"object",
"null"
],
"type": "object",
"nullable": true,
"properties": {
"id": {
"type": "string",
Expand All @@ -7059,10 +7049,8 @@
"description": "\n",
"properties": {
"data": {
"type": [
"object",
"null"
],
"type": "object",
"nullable": true,
"properties": {
"id": {
"type": "string",
Expand Down