Skip to content

Instantly share code, notes, and snippets.

@chie41
chie41 / openapi.yaml
Last active October 15, 2025 07:58
openapi.yaml
openapi: 3.0.0
info:
title: Simple Book Management API
version: 1.0.0
description: API đơn giản để quản lý sách (CRUD cơ bản)
servers:
- url: http://localhost:8080/api
paths: