As an API user, I'd like to create standardized API openapi (version) objects, so that I don't have to remember the names of all the expected fields.
openapi is a top-level field in OpenAPI 3+ specs. Before that, it was swagger. Standardize that into something like openapi_version (or possibly keep it as openapi).
As an API user, I'd like to create standardized API
openapi(version) objects, so that I don't have to remember the names of all the expected fields.openapiis a top-level field in OpenAPI 3+ specs. Before that, it wasswagger. Standardize that into something likeopenapi_version(or possibly keep it as openapi).