BKG 2.0: SD-3132: Add Special Instructions - #644
Conversation
PR Summary by QodoBKG v2: add specialInstructions at booking and requestedEquipment level
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
There was a problem hiding this comment.
Pull request overview
Adds support for specialInstructions free-text notes to the Booking API v2.0.5 schema, allowing shippers to provide ordered instruction lines at both the Booking root level and per requestedEquipment.
Changes:
- Introduces
specialInstructions(array of 1–5 strings, max 512 chars each) on Booking-level schemas (CreateBooking,UpdateBooking, andBooking). - Introduces
specialInstructionson equipment-level schemas (RequestedEquipmentandRequestedEquipmentShipper).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Code Review by Qodo
1. specialInstructions has maxLength
|
|
/agentic-review |
|
/agentic_review |
|
Code review by qodo was updated up to the latest commit 7b17094 |
|
/agentic_review |
|
Code review by qodo was updated up to the latest commit 0cae856 |
SD-3132: Add
specialInstructionson root level and onrequestedEquipmentlevel