https://github.com/smartbear/swaggerhub-custom-rules-library
Public Custom Rules library for SwaggerHub API Standardization
https://github.com/smartbear/swaggerhub-custom-rules-library
Last synced: 10 months ago
JSON representation
Public Custom Rules library for SwaggerHub API Standardization
- Host: GitHub
- URL: https://github.com/smartbear/swaggerhub-custom-rules-library
- Owner: SmartBear
- Created: 2020-04-17T17:45:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T11:56:32.000Z (over 1 year ago)
- Last Synced: 2025-04-23T18:01:55.277Z (over 1 year ago)
- Homepage: https://app.swaggerhub.com
- Size: 53.7 KB
- Stars: 12
- Watchers: 10
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swaggerhub-custom-rules-library
Public Custom Rules library for SwaggerHub API Standardization
Add rules to this repository that can be used in SwaggerHub's API standardization.
YAML Format:
```yaml
Rule Name:
description: User Friendly description, this will be the error message the user sees in the editor
oas: [all|Swagger|OAS3]
severity: [Critical|Warning]
enabled: [true|false]
rule:
path: $.path.in.yaml
type: [match | notMatch | shouldExists]
options:
match: matching regular expression
```