In the context of an [`operationId`](https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#operationObject). the spec says: > The id [operationId] MUST be unique among all operations described in the API What is the definition of API in this context? Does it mean all operations defined in the same file? All operations used by an application? Did I just miss the definition or should this be clarified?