-
Notifications
You must be signed in to change notification settings - Fork 16
EBL 3.0: SD-2389: Don't allow more than 1 original B/L #531
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 Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
User description
SD-2389: Allow only a single B/L (the sum of B/Ls with/without charges cannot exceed 1)
PR Type
Documentation
Description
Add validation constraint for Bill of Lading originals
Ensure sum of originals with/without charges ≤ 1
Update API documentation across multiple schemas
Diagram Walkthrough
File Walkthrough
EBL_v3.0.2.yaml
Add B/L originals sum validation constraintebl/v3/EBL_v3.0.2.yaml
numberOfOriginalsWithCharges+numberOfOriginalsWithoutCharges≤ 1definitions
EBL_ISS_v3.0.2.yaml
Add B/L originals validation in issuance schemaebl/v3/issuance/EBL_ISS_v3.0.2.yaml
numberOfOriginalsWithChargesandnumberOfOriginalsWithoutChargesfieldsEBL_PINT_v3.0.0.yaml
Add B/L originals validation in PINT schemapint/v3/EBL_PINT_v3.0.0.yaml