The usual document structure Taking a look at the OpenAPI specification file, there are several distinct sections: Information – which usually includes the title, version, some description, terms of service, etc. Servers – where we describe the servers that we use, usually split into production, staging, etc. Paths – resources that our API exposes and […]