Skip to content

Instantly share code, notes, and snippets.

@aoyama-val
Created July 21, 2020 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aoyama-val/1ca70b0e4e3e8c8c4ba9101cf40896ea to your computer and use it in GitHub Desktop.
Save aoyama-val/1ca70b0e4e3e8c8c4ba9101cf40896ea to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
title: Objects in parameters
version: 1.0.0
servers:
- url: https://httpbin.org
paths:
/get:
get:
parameters:
- in: query
name: params
schema:
type: object
properties:
foo:
type: string
bar:
type: integer
responses:
'200':
description: OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment