GitXplorerGitXplorer
a

spectral-rules

public
23 stars
6 forks
1 issues

Commits

List of commits on branch main.
Verified
17c0b019771325a073280e7d86d0b36ba3b309c2

Merge pull request #4 from DawMatt/iswish-SDLC-post

aandrewsomething committed 2 years ago
Unverified
fc2f2e8802be42ad0dfae0fe4aba1bc0953de222

Added spectral CI/CD lifecycle blog post

DDawMatt committed 2 years ago
Verified
5d892665b9e64e2eb5ffb0ad8c5e4c532ec701ac

Merge pull request #3 from DawMatt/Postman-Rules

aandrewsomething committed 2 years ago
Unverified
b8f2d88eff5cc0d83f9c3bf5ea59edc48eed0fa0

Added Postman ruleset

DDawMatt committed 2 years ago
Verified
0e4bd5297b1a9cc4a417fed3715351d5ad492304

Merge pull request #2 from bhrutledge/patch-1

aandrewsomething committed 3 years ago
Verified
77849bf3f43bb6b2c88344d4f60a62f445664c32

Add Azure custom rulesets

bbhrutledge committed 3 years ago

README

The README file for this repository.

Extending Spectral

Spectral is a JSON/YAML linter, with out of the box support for OpenAPI v2/v3 and AsyncAPI v2. It is becoming increasingly popular as a tool for defining API style guides that can be used in reviews and automation. It is very extensible, allowing users to both create custom rulesets using builtin functions and write custom rules in JavaScript. This repository is collecting examples of Spectral rulesets and functions in the wild.

Stoplight Spectral Documentation

Custom Rulesets and Functions

Blog Posts

Talks