Skip to content

Instantly share code, notes, and snippets.

openapi: 3.0.1
info:
title: Example API
description: A list of APIs for a fictional service.
version: 1.0.0
paths:
/users:
get:
summary: "Get a list of test users"
description: "Fetches a list of users from the system."