Gets the versions of the specification supported by the server.

GET {{baseUrl}}/versions

Gets the versions of the specification supported by the server.

Values will take the form vX.Y or rX.Y.Z in historical cases. See the Specification Versioning for more information.

All supported versions, including patch versions, are reported by the server.

RESPONSES

status: OK

{"versions":["r0.2.0","r0.2.1","v1.1"]}