vrchatapi / specification

⚙️ VRChat API OpenAPI specification defining the API in a machine-readable format. This is then used for automatic generation of language-specific SDK's
MIT License
49 stars 30 forks source link

Remove storeId #400

Closed jellejurre closed 1 month ago

ariesclark commented 1 month ago

If the property never occurs, I would prefer to remove it entirely to avoid having properties that are "lost to time" in the schema.

Rexios80 commented 1 month ago

Getting this in the Dart SDK

DioException (DioException [unknown]: null
Error: CheckedFromJsonException
Could not create `LimitedWorld`.
There is a problem with "storeId".
Required keys are missing: storeId.)
jellejurre commented 1 month ago

Fair enough, if they come back I suppose we'll just readd them

jellejurre commented 1 month ago

Getting this in the Dart SDK

DioException (DioException [unknown]: null
Error: CheckedFromJsonException
Could not create `LimitedWorld`.
There is a problem with "storeId".
Required keys are missing: storeId.)

This is the result before this pr, I added storeId as a required argument because it seemed to always be there, but then they removed it, so now you get "required arguement is missing", hence we're removing it again