Skip to content

Instantly share code, notes, and snippets.

@mtsmfm
Created April 13, 2016 11:14
Show Gist options
  • Select an option

  • Save mtsmfm/02f9a231ac83762945f57e9d5d07fea0 to your computer and use it in GitHub Desktop.

Select an option

Save mtsmfm/02f9a231ac83762945f57e9d5d07fea0 to your computer and use it in GitHub Desktop.
Swagger Code Generator Error
---
swagger: '2.0'
info:
version: 0.0.0
title: Simple API
paths:
/:
get:
responses:
200:
description: OK
schema:
"$ref": "#/definitions/User"
definitions:
User:
type:
- string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment