If I create a new API from boilerplate, it creates it with
"openapi": "3.1.0",
and looks fine. But when I change my version in my existing API index.json from 3.0.3 to 3.1.0, I get an “Unable to validate the definition” error.
But I also notice that the newly created definition from 3.1.0 does not have an ability to create files or folders (I am using those currently for schemas). These are possibly related.