mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-23 19:19:55 +00:00
16 lines
253 B
YAML
16 lines
253 B
YAML
|
---
|
||
|
openapi: 3.0.0
|
||
|
info:
|
||
|
title: Simple Example
|
||
|
version: "{{ version }}"
|
||
|
paths:
|
||
|
"/":
|
||
|
get:
|
||
|
responses:
|
||
|
'200':
|
||
|
description: Index
|
||
|
content:
|
||
|
text/html:
|
||
|
schema:
|
||
|
type: string
|