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

Failed validation: #/definitions/QuoteSummaryResult | Symbol: SPOT #46

Closed
alexghirelli opened this issue Feb 14, 2021 · 1 comment · Fixed by #47
Closed

Failed validation: #/definitions/QuoteSummaryResult | Symbol: SPOT #46

alexghirelli opened this issue Feb 14, 2021 · 1 comment · Fixed by #47
Labels

Comments

@alexghirelli
Copy link
Contributor

Hi,
I'm trying to fetch data for symbol "SPOT" but I noticed the following error:

The following result did not validate with schema: #/definitions/QuoteSummaryResult
[
{
"keyword": "required",
"dataPath": "/assetProfile",
"schemaPath": "#/required",
"params": {
"missingProperty": "phone"
},
"message": "should have required property 'phone'"
}
]

I think it's a problem due to the validation of some fields, specifically the phone field that for the current symbol does not exist but being required then generates an exception.

@alexghirelli alexghirelli changed the title Failed validation: #/definitions/QuoteSummaryResult Failed validation: #/definitions/QuoteSummaryResult | Symbol: SPOT Feb 14, 2021
@gadicc
Copy link
Owner

gadicc commented Feb 17, 2021

🎉 This issue has been resolved in version 1.7.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants