-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
status:waiting-for-author-feedbackIssue that we've responded but needs author feedback to closeIssue that we've responded but needs author feedback to close
Description
openapi.yaml
posted here are invalid and failing validation. Among the many issues, there is one specific error that operationId
s are not unique.
e.g. operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.cell
is used multiple times in above openapi.yaml file at line number 164872 and 167647.
grep "drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.cell" graph/openapi.yaml -n
164872: operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.cell
167647: operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.cell
Steps to reproduce
Use any openapi validator.
Expected result
An operationId
needs to be unique, there can't be any duplicates in the document, you can't re-use them. Make sure the ID used for this operation is unique.
Metadata
Metadata
Assignees
Labels
status:waiting-for-author-feedbackIssue that we've responded but needs author feedback to closeIssue that we've responded but needs author feedback to close