Skip to content

Instantly share code, notes, and snippets.

@mathis-m
Created September 23, 2021 21:52
Show Gist options
  • Save mathis-m/e36a96df77e045a2e79810a219692b0b to your computer and use it in GitHub Desktop.
Save mathis-m/e36a96df77e045a2e79810a219692b0b to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
title: asd
version: "123"
paths:
/:
post:
requestBody:
content:
application/json:
schema:
type: object
properties:
data:
type: object
properties:
myProperty:
type: number
format: double
example: 0.0
responses:
"200":
description: OK!
content:
application/json:
schema:
{}
examples:
jsonObject:
summary: A sample object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment