Skip to content
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

Merged
merged 6 commits into from
Jul 11, 2024
Merged

[EDGEPATRON-141]-Removed Address0 #121

merged 6 commits into from
Jul 11, 2024

Conversation

SinghAdes
Copy link
Contributor

"additionalProperties": false
},
"address1": {
"address": {
"type": "object",
"description": "Secondary address info of patron",
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

}
},
"required": ["generalInfo", "address0", "contactInfo", "preferredEmailCommunication"],
"required": ["generalInfo", "address", "contactInfo"],
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link

sonarcloud bot commented Jul 11, 2024

@SinghAdes SinghAdes merged commit e204b10 into master Jul 11, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants