uncovering-world / track-your-regions

Track Your Regions: a web tool for travellers to discover and track areas of interest. Work In Progress...
http://uncovering.world
Apache License 2.0
3 stars 4 forks source link

Setup API linter #200

Closed OhmSpectator closed 10 months ago

OhmSpectator commented 10 months ago

Description

To maintain high standards of quality and consistency in our API specification, we need to set up an API linter. This will help enforce best practices, style guides, and catch potential errors early in the development process. The tool recommended for this task is Spectral, a flexible JSON/YAML linter tailored for OpenAPI documents.

Requirements

Useful Resources