Skip to content

Instantly share code, notes, and snippets.

View FotieMConstant's full-sized avatar
💭
I may be slow to respond.

fotiecodes FotieMConstant

💭
I may be slow to respond.
View GitHub Profile
@FotieMConstant
FotieMConstant / open-api-spec-sample.json
Last active April 1, 2024 16:25
This is a sample of an open api specification in json format
{
"openapi": "3.0.0",
"info": {
"title": "Geek Quote API",
"version": "1.0.0",
"description": "The Quote API is a service that provides a collection of inspirational quotes. You can use this API to retrieve random quotes, filter quotes by keywords, and explore the wisdom of known authors.",
"termsOfService": "https://example.com/terms",
"contact": {
"name": "John Doe",
"email": "contact@example.com",