openapi-swagger
Installation
SKILL.md
OpenAPI / Swagger
OpenAPI 3.x Spec Structure
# openapi.yaml
openapi: 3.1.0
info:
title: My API
version: 1.0.0
description: API description
servers:
- url: https://api.example.com/v1
- url: http://localhost:3000