gadicc / node-yahoo-finance2

Unofficial API for Yahoo Finance
https://www.npmjs.com/package/yahoo-finance2
MIT License
353 stars 58 forks source link

SummaryProfile schema missing two optional properties. #765

Closed nocodehummel closed 2 months ago

nocodehummel commented 2 months ago

During testing with symbol AAPL the test cases failed with message must NOT have additional properties.

instancePath": "/summaryProfile",
  "schemaPath": "#/definitions/SummaryProfile/additionalProperties",
  "keyword": "additionalProperties",
  "params": {
    "additionalProperty": "industryKey"
  },
  "message": "must NOT have additional properties",

Properties industryKey and sectorKey are missing in the schema.