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
When using the search method the API now returns two new properties, culturalAssets and timeTakenForCulturalAssets. I haven't found out what the data could possibly be. So I suggest that we add Array<any> for now.
Minimal Reproduction
await yahooFinance.search('AAPL');
Symbol(s) that it happened for
AAPL
MSFT
..and more
Error Message
The following result did not validate with schema: #/definitions/SearchResult
[
{
instancePath: '',
schemaPath: '#/additionalProperties',
keyword: 'additionalProperties',
params: { additionalProperty: 'culturalAssets' },
message: 'must NOT have additional properties'
},
{
instancePath: '',
schemaPath: '#/additionalProperties',
keyword: 'additionalProperties',
params: { additionalProperty: 'timeTakenForCulturalAssets' },
message: 'must NOT have additional properties'
}
]
Similar to issue #255 I couldn't find out what the data for culturalAssets actually could look like. So let's open a new issue similar to #259 where we can track this.
Validation Error
When using the
search
method the API now returns two new properties,culturalAssets
andtimeTakenForCulturalAssets
. I haven't found out what the data could possibly be. So I suggest that we addArray<any>
for now.Minimal Reproduction
await yahooFinance.search('AAPL');
Symbol(s) that it happened for
Error Message
..and this is the result from the API
Environment
Browser or Node:
node
Node version: v16
Library version: 2.1.3
The text was updated successfully, but these errors were encountered: