-
Notifications
You must be signed in to change notification settings - Fork 2
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
[EDGEPATRON-141]-Removed Address0 #121
Conversation
ramls/external_patron.json
Outdated
"additionalProperties": false | ||
}, | ||
"address1": { | ||
"address": { | ||
"type": "object", | ||
"description": "Secondary address info of patron", |
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.
Please change this to Address info of the patron
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.
fixed
ramls/external_patron.json
Outdated
} | ||
}, | ||
"required": ["generalInfo", "address0", "contactInfo", "preferredEmailCommunication"], | ||
"required": ["generalInfo", "address", "contactInfo"], |
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.
For preferredEmailCommunication field, the expected minItems is 1. So anyhow this field will be required right?
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.
fixed
Quality Gate passedIssues Measures |
https://folio-org.atlassian.net/browse/EDGPATRON-141