extends: spectral:oas rules: # Ensure all operations have descriptions operation-description: warn # Ensure all paths have parameters defined path-params-defined: error # Ensure all schemas have examples where appropriate example-provided: warn # Disable rules that are too strict for this project operation-operationId: off