Skip to content

Instantly share code, notes, and snippets.

@ponelat
Last active April 20, 2022 15:52
Show Gist options
  • Save ponelat/78cb2097719c65cc58089ae3c76586fc to your computer and use it in GitHub Desktop.
Save ponelat/78cb2097719c65cc58089ae3c76586fc to your computer and use it in GitHub Desktop.
Custom example
swagger: "2.0"
info:
version: 1.0.0
title: Custom example
paths:
/foo:
post:
description: Showing a custom example
responses:
default:
description: Custom example
schema:
type: object
example:
two: "2"
properties:
one:
type: string
two:
type: string
three:
type: string
four:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment