Last active
April 20, 2022 15:52
-
-
Save ponelat/78cb2097719c65cc58089ae3c76586fc to your computer and use it in GitHub Desktop.
Custom example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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