Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion oas_docs/.spectral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ rules:
# Operations
operation-operationId: error
operation-operationId-unique: error
operation-operationId-valid-in-url: error
operation-operationId-valid-in-url: false
operation-tag-defined: warn
operation-tags: warn
# Parameters
# Lower severity to allow optional path parameters
path-params: warn
# Responses
operation-success-response: warn
# Schema
Expand Down