jellyfin / jellyfin-meta

A repository to hold our roadmap, policies, and more.
25 stars 4 forks source link

Add initial OpenAPI spec #6

Closed heyhippari closed 3 years ago

heyhippari commented 3 years ago

Adds the Jellyfin 10.7.0 RC2 OpenAPI spec as a base for work on the 11.0 API spec

heyhippari commented 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.