php-openapi icon indicating copy to clipboard operation
php-openapi copied to clipboard

Added validation for duplicate operationId.

Open Aribros opened this issue 1 year ago • 2 comments

Added validation for duplicate operationId.

Fix #181

Aribros avatar Aug 01 '23 12:08 Aribros

@Aribros What happens if there are duplicate operationIds in two separate paths?

Unique string used to identify the operation. The id MUST be unique among all operations described in the API.

charjr avatar Sep 01 '23 09:09 charjr

@Aribros What happens if there are duplicate operationIds in two separate paths?

Unique string used to identify the operation. The id MUST be unique among all operations described in the API.

This has been taken care of. More tests were added to cover duplicate IDs in separate paths .

Aribros avatar Sep 08 '23 15:09 Aribros