[Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 2 19:31:31 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653

--- Comment #47 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
>From what I understand, it's a schema from a version of the OpenAPI
Specification. Something like the draft 4 of the version 2.

Here we can compare a version from 2014 and from now.
https://web.archive.org/web/20141019005411/https://swagger.io/v2/schema.json
vs
https://web.archive.org/web/20200702172005/https://schema.swagger.io/v2/schema.json


Here is the actual source it seems:
https://github.com/OAI/OpenAPI-Specification/blob/c196cac8191069fa97028c2f1ae322d11a74f891/schemas/v2.0/schema.json
vs
https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v2.0/schema.json


I would *guess* it will stay backward compatible.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list