OpenAPI specifications must contain the following OpenAPI meta information to allow for API management:
- #/info/title as (unique) identifying, functional descriptive name of the API
- #/info/version to distinguish API specifications versions following semantic versioning
- #/info/description containing a proper description of the API
- #/info/contact/{name,url,email} containing the responsible team
OpenAPI specifications must contain the following OpenAPI meta information to allow for API management: