@zapier/spectral-api-ruleset
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

@zapier/spectral-api-ruleset

Node package for linting API schemas using Spectral.

OwnershipFeaturesInstallationUsageExemptionsDevelopmentTesting


Ownership

#team-staff-engineering owns the API Design Guidelines and these spectral rules that help teams align with them.

MRs are always welcome!

Features

Provides a Spectral linting ruleset to lint OpenAPI schemas against Zapier's API Design Guidelines.

Installation

pnpm add -D @stoplight/spectral-cli
pnpm add -D @zapier/spectral-api-ruleset

For some reason, installing the CLI globally and running spectral lint or npx spectral lint always fails to find the package. Adding the CLI as a local dependency and then running pnpm exec spectral lint does work.

Usage

CLI

There are a few ways you can use this ruleset in your projects.

You can load the ruleset in a few different ways with Spectral.

They support direct http access, via NPM, and via the local file system.

If you'd like to extend the ruleset and and even more specific rules for your API service, you can create a local spectral.yaml that extends the ruleset:

extends:
  - '@zapier/spectral-api-ruleset'

Then run:

spectral lint your-schema.yaml --ruleset .spectral.yaml

or

pnpm exec spectral lint your-schema.yaml --ruleset .spectral.yaml

or

spectral lint your-schema.yaml --ruleset https://unpkg.com/@zapier/spectral-api-ruleset@{VERSION}/.spectral.yaml

depending on whether you installed the CLI locally or globally.

See the Spectral CLI docs for more details.

CI

Use a GitLab job like the following:

openapi:lint:
  stage: validate
  before_script:
    - mkdir spectral
  script:
    - pnpm exec spectral lint your-schema.yaml -o spectral/junit.xml -f junit
  artifacts:
    when: always
    paths:
      - spectral
    reports:
      junit: spectral/junit.xml

For non-TypeScript projects, you can use the spectral docker image to avoid installing additional dependencies.

openapi:lint:
  stage: test
  image:
    name: stoplight/spectral:6.11.0
    entrypoint: [""]
  script:
    - spectral lint openapi.yaml
  only:
    - merge_requests

See Continuous Integration docs and our own openapi:lint guideance in the Engineering Index for more details.

Exemptions

Some rules in this ruleset can be exempted on a case-by-case basis with approval from #team-staff-engineering. Below are the available exemptions and how to use them.

Sorting Parameter Exemption

The zapier-sorting-parameter rule requires using order_by instead of sort_by or ordering for sorting parameters. If you need to use an alternative parameter name, you can request an exemption.

paths:
  /test:
    get:
      parameters:
        - name: sort_by
          in: query
          x-zapier-sorting-parameter-exempt: true
          description: Field to sort by

Version in Paths Exemption

The zapier-single-major-version-in-paths rule requires all paths to contain a major version (e.g., /v1/). If you need paths without versioning, you can request an exemption.

paths:
  /no-version-but-exempt:
    x-zapier-version-in-paths-exempt: true
    get:
      description: This path is exempt from versioning requirement

Auth Scheme Exemption

The zapier-allowed-auth-schemes rule requires using one of the standard Zapier authentication schemes. If you need to use a non-standard authentication scheme (e.g., legacy HMAC signatures), you can request an exemption.

components:
  securitySchemes:
    hmacSignature:
      type: apiKey
      in: header
      name: X-Signature
      x-zapier-auth-scheme-exempt: true
      description: Legacy HMAC signature scheme

Development

Setup

  1. Install dependencies:
pnpm install
  1. Run tests:
pnpm test
  1. Build the package:
pnpm run build
  1. Validate the package:
pnpm run validate

Adding Rules

You can add rules to .spectral.yaml. See the Rules docs for details.

  • Provide the correct severity (error for minimal OpenAPI standard compliance, warn for "shoulds" for existing and new APIs, info for "where we want NEW APIs to be").
  • Provide a clear description, as well as a documentationUrl that points to the relevant guide or guide section.
  • Provide a message, which in most cases should just be {{error}}.
  • Prefer Core Functions over Custom Functions.
  • Include unit test(s) in tests/spectral.test.ts for all new rules.

Testing

This project uses Vitest for testing. To run the tests:

pnpm test

Publishing

GitLab CI will automatically publish the package to NPM when a merge request is merged into the main branch. Be sure to update the package version in package.json accordingly before merging.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.3-11canary
0.0.0-rc11next
1.7.00latest

Version History

VersionDownloads (Last 7 Days)Published
1.7.00
1.6.01,010
1.5.1606
1.5.01
1.4.0226
1.3.21
1.3.11
1.3.03
1.2.13
1.2.01
1.1.01
1.0.22
1.0.11
1.0.01
0.0.6110
0.0.51
0.0.41
0.0.31
0.0.3-11
0.0.3-01
0.0.21
0.0.2-21
0.0.2-11
0.0.2-01
0.0.11
0.0.01
0.0.0-rc11

Package Sidebar

Install

npm i @zapier/spectral-api-ruleset

Weekly Downloads

1,702

Version

1.7.0

License

none

Unpacked Size

25.9 kB

Total Files

10

Last publish

Collaborators

  • tims256
  • philip.ng-zapier
  • zapetc
  • chaodonghu
  • jc.coto-zapier
  • andrew.gosnell-zapier
  • djeebus
  • emma-hays
  • michaelann
  • nickaccuardizapier
  • jdaudier
  • joaopimentel
  • ryanmrubin
  • ter0
  • rghazali
  • rsiemens
  • casshill13
  • eliang
  • noahmanger
  • kola-er
  • codebycaleb
  • calebpeterson
  • jordyvd
  • victoravasiloaei
  • lukecjohnson
  • zapier-engineering
  • stevemolitor
  • jdeal
  • bryanhelmig
  • bcooksey
  • robgolding
  • pwhamman
  • amber.diehl-zapier
  • percy_at_zapier
  • raul.negron
  • omar.raza
  • lijenni
  • katestamzap
  • fokkezb
  • zoeykim-zapier
  • jhk2020
  • nik.danilov-zapier
  • michal.wysocki-zapier
  • jonathan.harrell-zapier
  • dilan-zapier
  • sandy.brydon-zapier
  • emily.harris-zapier
  • matthew.kiernander-zapier
  • michaelgilley
  • corbin.schwartz-zapier
  • mikekuchera
  • joanne
  • andrew.kordampalos-zapier
  • jasonkotenko
  • nate.moore-zapier
  • juanv
  • ibrahem.zayed
  • josuezap
  • muyiwa.olurin
  • jamesacarr
  • mikeknoop
  • josh.newman
  • parsenz
  • larryt
  • rhubbard
  • tomasz.piechota-zapier
  • jacobsowles
  • service-account-appsec
  • mary.rising-zapier
  • nolan.little-zapier
  • stacietaylorcima
  • errorific
  • nkroeker_zap
  • hitchcockwill
  • renaekathleen
  • chelsea.weber
  • cyberwitch
  • veebers
  • thomir
  • shalgrim
  • season.huang
  • chris.vanderkolk.zapier
  • nickm0501
  • erin.williams-zapier
  • kaycee
  • owarij
  • brian.corbin
  • darko.ronic.zapier
  • kredlear
  • numichuu
  • justin.zapier
  • chelschubb
  • skylershaw
  • maggie.cody-zapier
  • daniel-frazier
  • andya-zapier
  • iansco
  • will.wiggins
  • rondiege
  • annaulyanova
  • bskaurud
  • kaitrin.cox
  • jeansimon
  • chasehamby
  • rocioar
  • milkram
  • mburni
  • peterbritnell
  • carolinezapier
  • chris.lee-zapier
  • emmaielle
  • jeanetteu
  • bbohen
  • nicole.thomas
  • agscala
  • jordanraleigh
  • kamalsingh.naruka
  • robertscl
  • ron.swanson-zapiertest
  • dayne-taitt
  • wavebeem
  • laurenmbeatty
  • ankush_zapier
  • ihor.horak
  • maxwellgbrown
  • hanz.cortes
  • alejandro-lagos
  • tom.leung-zapier
  • robert.lewis
  • lizzyzap
  • blakek
  • colemaclean
  • abhi-kapoor
  • rchinerman
  • sdelosrios95
  • david.zapier
  • jasehackman
  • joseph-corona-zapier
  • pedro.louro-zapier
  • brandon.parker-zapier
  • magweaver
  • poterekm
  • greg-zapier
  • loveena.vattenky
  • msholty
  • plorry
  • joel.taddei
  • standielpls
  • erikamontani
  • fgrafa
  • aparkin
  • adampie
  • ilari.scheinin
  • annader-zapier
  • lev.glick
  • dennis.kailikia-zapier
  • amickael-zap
  • kalenwessel
  • ali.tycast-zapier
  • tkcranny
  • kat.nestor
  • matthewwalters
  • jeanny.sy
  • xavierh-zapier
  • sethetter
  • james.hong-zapier
  • miklossimon
  • service-account-renovate
  • cortega_zp
  • jelani.jackson-zapier
  • wernertc
  • yohana-heringer
  • gabebravo
  • brandon.myers.zapier
  • andyzapier
  • ben.clapp.zapier
  • rebecca.davis.zapier
  • davidwin-zap
  • mason.geloso-zapier
  • valeriia.shpiner
  • zac.jones-zapier
  • manasseh_zapier
  • lisa.orr
  • aaclarker-zap
  • fernando.velascosalazar
  • normanroa
  • daniel.vagg-zapier
  • isidro.hernandez-zapier
  • alec.hinh-zapier
  • kaushib
  • scott.woodend-zapier
  • ahsanhassan
  • hgascoigne
  • cody.landry
  • schlickmann
  • jacquelynmccray
  • katesowles
  • wojciech.matuszewski-zapier
  • ana.krivokapic-zapier
  • alex.black
  • danielheidornzap
  • raquel.zapier
  • sarahstory
  • matthew.hockenbury-zapier
  • jonathan.wise-zapier
  • dewayne-zapier
  • tupelo8
  • eumie.jhong-zapier
  • chrys.swingler-zapier
  • mahsa.khoshab-zapier
  • anna.hadnagy-zapier
  • jake.talgard-zapier
  • benjamin.kempe-zapier
  • rahul.es-zapier
  • ryan.vennell-zapier
  • brian.wendt-zapier
  • christophe.coutzoukis-zapier
  • zackary.higgins-zapier
  • bryce.seagervandyk-zapier
  • rafal.wilinski-zapier
  • kit.burgess-zapier
  • vitor.balocco-zapier
  • nicole.hardson-hurley-zapier
  • zapier-interfaces
  • iris.huang-zapier
  • brody-zapier
  • aaron.kosel-zapier
  • diomer
  • cameron.barnes-zapier
  • sarah.hernandez-zapier
  • david.jardine-zapier
  • ryan.detzel-zapier
  • jacob.blakely-zapier
  • kasey.cowley-zapier
  • jessica.winters-zapier
  • myless91
  • abraham.duran-zapier
  • aleks.ozolins-zapier
  • nicholas.civili-zapier
  • aubry.stewart-zapier
  • jake.moghtader-zapier
  • kristen.keller-zapier
  • ryan.laxson-zapier
  • shanan.holm-zapier
  • tal.peretz-zapier
  • omar.delossantos-zapier
  • ted.schmidt-zapier
  • osarhomiyeke.iyere-zapier
  • mike.lambert-zapier
  • catherine.murray-zapier
  • abdullah.umar-zapier
  • laura.giles-zapier
  • ken.ng-zapier
  • lukas.toma-zapier
  • marina.hand
  • vivian.lau-zapier
  • dan.middleton-zapier
  • james.miltenberger-zapier
  • charan.mahesan-zapier
  • olajide.ayinla-zapier
  • joe.smith-zapier
  • cameron.phillips-zapier
  • sara.gomez-zapier
  • ismail.latona-zapier
  • tazrafiq
  • service-account-catalog
  • ashley.isles-zapier
  • ryan.dunnewold-zapier
  • rval-zapier
  • jenna.macdonald-zapier
  • sharvari.desai-zapier
  • daniel.shepard-zapier
  • lstensager
  • kunal.mahajan-zapier
  • ben.mcadams-zapier
  • jason.brandt-zapier
  • mark.auburn-zapier
  • james-zapier
  • natay.aberra-zapier
  • anthony.torres-zapier
  • peter.lord-zapier
  • stephanie.coates-zapier
  • seth.duncan-zapier
  • nick.fredman-zapier
  • matt.lukso
  • erik.aybar-zapier
  • chris.taylor-zapier
  • noe.camacho-zapier
  • farid.hajnal-zapier