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 #258

Closed
oliviereising opened this issue Aug 12, 2021 · 3 comments
Closed

Failed validation: #/definitions/QuoteSummaryResult #258

oliviereising opened this issue Aug 12, 2021 · 3 comments
Labels

Comments

@oliviereising
Copy link

Seeing this error for CMCOM.AS

 The following result did not validate with schema: #/definitions/QuoteSummaryResult
[0] [
[0]   {
[0]     "keyword": "yahooFinanceType",
[0]     "message": "Got {}->null for 'number', did you want 'number | null' ?",
[0]     "params": {
[0]       "schema": "number",
[0]       "data": {}
[0]     },
[0]     "instancePath": "/incomeStatementHistory/incomeStatementHistory/0/sellingGeneralAdministrative",
[0]     "schemaPath": "#/definitions/IncomeStatementHistoryElement/properties/sellingGeneralAdministrative/yahooFinanceType",
[0]     "data": {}
[0]   },
[0]   {
[0]     "keyword": "yahooFinanceType",
[0]     "message": "Got {}->null for 'number', did you want 'number | null' ?",
[0]     "params": {
[0]       "schema": "number",
[0]       "data": {}
[0]     },
[0]     "instancePath": "/incomeStatementHistory/incomeStatementHistory/1/sellingGeneralAdministrative",
[0]     "schemaPath": "#/definitions/IncomeStatementHistoryElement/properties/sellingGeneralAdministrative/yahooFinanceType",
[0]     "data": {}
[0]   },
[0]   {
[0]     "keyword": "yahooFinanceType",
[0]     "message": "Got {}->null for 'number', did you want 'number | null' ?",
[0]     "params": {
[0]       "schema": "number",
[0]       "data": {}
[0]     },
[0]     "instancePath": "/incomeStatementHistory/incomeStatementHistory/2/sellingGeneralAdministrative",
[0]     "schemaPath": "#/definitions/IncomeStatementHistoryElement/properties/sellingGeneralAdministrative/yahooFinanceType",
[0]     "data": {}
[0]   },
[0]   {
[0]     "keyword": "yahooFinanceType",
[0]     "message": "Got {}->null for 'number', did you want 'number | null' ?",
[0]     "params": {
[0]       "schema": "number",
[0]       "data": {}
[0]     },
[0]     "instancePath": "/incomeStatementHistory/incomeStatementHistory/3/sellingGeneralAdministrative",
[0]     "schemaPath": "#/definitions/IncomeStatementHistoryElement/properties/sellingGeneralAdministrative/yahooFinanceType",
[0]     "data": {}
[0]   }
[0] ]

@gadicc gadicc closed this as completed in c01fe74 Aug 12, 2021
@gadicc
Copy link
Owner

gadicc commented Aug 12, 2021

Hey @oliviereising, thanks for reporting! This will be released soon.

@oliviereising
Copy link
Author

Cool thx for the quick response!

gadicc pushed a commit that referenced this issue Aug 12, 2021
## [1.14.4](v1.14.3...v1.14.4) (2021-08-12)

### Bug Fixes

* **quoteSummary:** sellingGeneralAdministrative (fixes [#258](#258)) ([c01fe74](c01fe74))
* **search:** add support for screener fields ([#255](#255)) ([2b23ccb](2b23ccb))
@gadicc
Copy link
Owner

gadicc commented Aug 12, 2021

🎉 This issue has been resolved in version 1.14.4 🎉

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

No branches or pull requests

2 participants