Closed Dorthu closed 3 years ago
The OpenaAPI standard says this about operationId
Unique string used to identify the operation. The id MUST be unique among all operations described in the API.
@displague reported that this library was not enforcing that restriction. This change adds a new SpecError case for when operationIds are not unique.
The OpenaAPI standard says this about operationId
@displague reported that this library was not enforcing that restriction. This change adds a new SpecError case for when operationIds are not unique.