Skip to content

Instantly share code, notes, and snippets.

@osteel
Last active June 19, 2023 16:28
Show Gist options
  • Save osteel/314829370713e286dba033f2392cd8d5 to your computer and use it in GitHub Desktop.
Save osteel/314829370713e286dba033f2392cd8d5 to your computer and use it in GitHub Desktop.
openapi: 3.1.0
info:
title: OpenAPI HttpFoundation Testing Laravel Example
version: 1.0.0
servers:
- url: http://localhost:8000/api
paths:
'/test':
get:
responses:
'200':
description: Ok
content:
application/json:
schema:
type: object
required:
- foo
properties:
foo:
type: string
example: bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment