-
Notifications
You must be signed in to change notification settings - Fork 16
EBL 3.0: DT-2511: Update UTE description #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR standardizes the description of the UtilizedTransportEquipment schema across multiple EBL API specification files. The key change is removing references to calculated fields (weight and volume) and adopting a more generic description format that mentions "container information" and "related details" instead of enumerating specific fields.
- Removed explicit mentions of
weightandvolumefrom schema descriptions - Standardized description format across different schema variants
- Fixed inconsistent capitalization in field references
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pint/v3/EBL_PINT_v3.0.0.yaml | Updated UtilizedTransportEquipment description to remove weight/volume references and use standardized format |
| ebl/v3/issuance/EBL_ISS_v3.0.3.yaml | Updated UtilizedTransportEquipment description to match the standardized format |
| ebl/v3/EBL_v3.0.3.yaml | Updated three schema variants (UtilizedTransportEquipment, UtilizedTransportEquipmentShipper, UtilizedTransportEquipmentHBL) with consistent descriptions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
DT-2511: Update UtilizedTransportEquipment description
PR Type
Documentation
Description
Update UtilizedTransportEquipment schema descriptions across multiple files
Clarify container equipment information and related details
Standardize description format for consistency
Remove references to calculated fields (weight, volume)
Diagram Walkthrough
File Walkthrough
EBL_v3.0.3.yaml
Update UTE schema descriptionsebl/v3/EBL_v3.0.3.yaml
UtilizedTransportEquipmentdescription to clarify equipmentinformation and remove weight/volume references
UtilizedTransportEquipmentShipperdescription with consistentformat
UtilizedTransportEquipmentHBLdescription to matchstandardized format
EBL_ISS_v3.0.3.yaml
Update UTE description in issuance schemaebl/v3/issuance/EBL_ISS_v3.0.3.yaml
UtilizedTransportEquipmentdescription to clarify equipmentinformation and remove calculated field references
EBL_PINT_v3.0.0.yaml
Update UTE description in PINT schemapint/v3/EBL_PINT_v3.0.0.yaml
UtilizedTransportEquipmentdescription to clarify equipmentinformation and remove weight/volume references