tornado-openapi3/docs/examples/templates/openapi.yaml

15 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