Skip to content

Instantly share code, notes, and snippets.

@ponelat
Created June 3, 2022 10:13
Show Gist options
  • Save ponelat/67f7237e145912179ec184988ae889d9 to your computer and use it in GitHub Desktop.
Save ponelat/67f7237e145912179ec184988ae889d9 to your computer and use it in GitHub Desktop.
OAS 3.0 - YAML response
openapi: 3.0.3
info:
title: YAML response
version: 1.0.0
paths:
/foo:
get:
responses:
default:
description: Example YAML response
content:
application/yaml:
schema:
type: object
properties:
one:
type: string
example: Uno
two:
type: string
example: Dos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment