Skip to content

Instantly share code, notes, and snippets.

@martin-mfg
Created October 8, 2024 21:36
Show Gist options
  • Save martin-mfg/73e9d7591952d53444b5d94571cb358c to your computer and use it in GitHub Desktop.
Save martin-mfg/73e9d7591952d53444b5d94571cb358c to your computer and use it in GitHub Desktop.
openapi: 3.1.0
info:
version: 1.0.0
description: dummy
title: dummy
paths:
/:
post:
requestBody:
content:
application/json:
schema:
type: object
properties:
prop1:
type: boolean
enum:
- true
responses:
'200':
description: OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment