Closed heyhippari closed 3 years ago
Quick comments on the two lines modified:
"version": "11.0.0",
"x-jellyfin-version": "11.0.0.0"
version
is set to 11.0.0 since that's what generators usually use for package versions, and it allows us to track multiple versions if need be.
x-jellyfin-version
is set to 11.0.0.0 as a placeholder, since that's the expected "final" version for when this API would be ready.
Adds the Jellyfin 10.7.0 RC2 OpenAPI spec as a base for work on the 11.0 API spec