13 lines
148 B
YAML
13 lines
148 B
YAML
swagger: "2.0"
|
|
|
|
paths:
|
|
/:
|
|
get:
|
|
description: wow
|
|
|
|
definitions:
|
|
MyModel:
|
|
type: object
|
|
properties:
|
|
a:
|
|
type: string |