Skip to content

Instantly share code, notes, and snippets.

View tasn's full-sized avatar

Tom Hacohen tasn

View GitHub Profile
@tasn
tasn / openapi.json
Created January 6, 2025 20:15
Example OpenAPI spec with webhooks
{
"openapi": "3.1.0",
"info": {
"title": "FastAPI",
"version": "0.1.0"
},
"paths": {
"/pet": {
"get": {
"summary": "List Pets",