OpenAPI Specification topic

The OpenAPI Specification (OAS), previously known as the Swagger Specification, is a specification for a programming language-agnostic, machine-readable interface definition language for describing, producing, consuming, and visualizing web services. OpenAPI documents describe API services and are represented in YAML or JSON formats.

List OpenAPI Specification repositories
trafficstars

OpenAPI-Symfony-Routing

41
Stars
5
Forks
Watchers

Loads routes in Symfony based on OpenAPI/Swagger annotations

apigen

6
Stars
1
Forks
Watchers

A simple DSL to generate a valid Swagger, OpenAPI or JSON Schema spec in Ruby

oval

15
Stars
2
Forks
Watchers

oval: CLI for (O)penAPI Specification document (val)idation.

microts

28
Stars
3
Forks
Watchers

Microservice code generator: from OpenAPI (Swagger) REST API specification to TypeScript project with Docker.

awesome-jsonschema

102
Stars
3
Forks
Watchers

A curated list of awesome JSON Schema resources, tutorials, tools, and more.

graphql-mesh

3.2k
Stars
325
Forks
Watchers

🕸️ GraphQL Mesh - The Graph of Everything - Federated architecture for any API service

openapi-boilerplate

362
Stars
85
Forks
Watchers

📘 Multi-file boilerplate for Open API Specification

fastapi-crudrouter

1.3k
Stars
153
Forks
Watchers

A dynamic FastAPI router that automatically creates CRUD routes for your models

fastapi-tortoise

120
Stars
17
Forks
Watchers

The template for building scalable web APIs based on FastAPI, Tortoise ORM and other.