Hi All, As far as what I understand from the spec multiple APIs(each having several operations) are defined under a single file 'swagger.json' and are grouped by the API name given in 'Tags' field.
Can someone please confirm this and correct me if I'm wrong. Say we have 5 different APIs *profile* *cart* *product* *order* *catalog* *(each of them is independent of other and are having the same base path)* The 'paths' will contain all relative urls(of all APIs) under which these APIs are served and each operation can have a tag to group a set of operations to an API. Is there any other way of grouping operations of an API while serving Multiple API definitions in a single swagger file? Thank You -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
