Created
April 10, 2025 16:27
-
-
Save lovemycodesnippets/6df4ec05c8f5af5123569cef2d415112 to your computer and use it in GitHub Desktop.
Updated yaml file in Vacuum with new rules applied
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends: [[spectral:oas, off]] | |
rules: | |
oas3-schema: true | |
operation-operationId: true | |
operation-operationId-unique: true | |
operation-tag-defined: true | |
tag-description: true | |
operation-description: true | |
schema-description: true | |
component-description: true | |
description-duplication: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment