You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
alexghirelli
changed the title
Failed validation: #/definitions/QuoteSummaryResult
Failed validation: #/definitions/QuoteSummaryResult | Symbol: SPOT
Feb 14, 2021
Hi,
I'm trying to fetch data for symbol "SPOT" but I noticed the following error:
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.
The text was updated successfully, but these errors were encountered: