# Schema Inaccuracy ["Example response"](https://docs.github.com/en/rest/meta/meta?apiVersion=2026-03-10#get-all-api-versions) ``` [ "2021-01-01", "2021-06-01", "2022-01-01" ] ``` ## Expected ``` [ "2022-01-01", "2021-06-01", "2021-01-01" ] ``` ## Reproduction Steps ``` curl -X GET https://api.github.com/versions ```
Schema Inaccuracy
"Example response"
Expected
Reproduction Steps