EBL 3.0: SD-3226: Include OOG object - #641
Conversation
PR Summary by QodoEBL 3.0: Add OutOfGaugeDetails object and OOG quote reference fields
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo
Context used 1. OOG frame mismatch
|
|
/agentic_review |
|
Code review by qodo was updated up to the latest commit 5498ffd |
|
/agentic_review |
|
Code review by qodo was updated up to the latest commit 097367d |
|
/agentic_review |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Suppressed comments (5)
bkg/v2/BKG_v2.0.5.yaml:3379
outOfGaugeQuotationReferenceis a new field name in this schema; if it replaces the previously documentedoutOfGaugeQuoteReference(as indicated by the diff), that is a breaking change for consumers targeting BKG v2.0.5. Consider keepingoutOfGaugeQuoteReferenceas a deprecated alias (or publishing this change under a new API/spec version) to preserve backwards compatibility.
outOfGaugeQuotationReference:
type: string
maxLength: 70
description: |
Reference number of the Out of Gauge feasibility assessment or commercial quote previously issued by the carrier for this shipment.
bkg/v2/BKG_v2.0.5.yaml:3856
outOfGaugeQuotationReferenceis a new field name in this schema; if it replaces the previously documentedoutOfGaugeQuoteReference(as indicated by the diff), that is a breaking change for consumers targeting BKG v2.0.5. Consider keepingoutOfGaugeQuoteReferenceas a deprecated alias (or publishing this change under a new API/spec version) to preserve backwards compatibility.
outOfGaugeQuotationReference:
type: string
maxLength: 70
description: |
Reference number of the Out of Gauge feasibility assessment or commercial quote previously issued by the carrier for this shipment.
pint/v3/EBL_PINT_v3.0.0.yaml:1689
- For consistency with
contractQuotationReference/extendedContractQuotationReferencein this same schema, consider adding the^\S(?:.*\S)?$pattern tooutOfGaugeQuotationReferenceto prevent leading/trailing whitespace.
outOfGaugeQuotationReference:
type: string
maxLength: 70
description: |
Reference number of the Out of Gauge feasibility assessment or commercial quote previously issued by the carrier for this shipment.
ebl/v3/issuance/EBL_ISS_v3.0.4.yaml:1030
- For consistency with
contractQuotationReference/extendedContractQuotationReferencein this same schema, consider adding the^\S(?:.*\S)?$pattern tooutOfGaugeQuotationReferenceto prevent leading/trailing whitespace.
outOfGaugeQuotationReference:
type: string
maxLength: 70
description: |
Reference number of the Out of Gauge feasibility assessment or commercial quote previously issued by the carrier for this shipment.
ebl/v3/EBL_v3.0.4.yaml:10262
- For consistency with
contractQuotationReference/extendedContractQuotationReferencein this same schema, consider adding the^\S(?:.*\S)?$pattern tooutOfGaugeQuotationReferenceto prevent leading/trailing whitespace.
outOfGaugeQuotationReference:
type: string
maxLength: 70
description: |
Reference number of the Out of Gauge feasibility assessment or commercial quote previously issued by the carrier for this shipment.
SD-3226: Include OOG object