rustyy / ecoflow-api

sdk for ecoflow api
https://rustyy.github.io/ecoflow-api/
MIT License
0 stars 0 forks source link

Pass through unknown/undocumented properties in quotaAll-schemas #10

Closed rustyy closed 4 months ago

rustyy commented 4 months ago

At the moment all properties that are not defined in the quotaAll-schemas get ignored in the getProperties-return-value. As the API gets updated consumers would not be able to access properties added recently. To overcome this, the schemas should pass through unknown properties.