Skip to content

Instantly share code, notes, and snippets.

@philippwinter
Created July 13, 2018 10:40
Show Gist options
  • Save philippwinter/c02837e179e3b5070f16e2a42b438756 to your computer and use it in GitHub Desktop.
Save philippwinter/c02837e179e3b5070f16e2a42b438756 to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
title: ref test
version: '1.0'
servers:
- url: 'http://localhost:8000/'
paths:
/:
post:
summary: Test
operationId: doSomething
requestBody:
required: true
content:
application/json:
schema:
$ref: "#/DateTime"
components:
schemas:
DateTime:
title: "Date Time"
type: "string"
format: "date-time"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment