forked from loafle/openapi-generator-original
revert petstore-with-fake-endpoints-models-for-testing.yaml
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
swagger: '2.0'
|
||||
info:
|
||||
description: "This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ */ ' \" =end"
|
||||
version: 1.0.0 */ ' " =end
|
||||
title: Swagger Petstore */ ' " =end
|
||||
termsOfService: 'http://swagger.io/terms/ */ =end'
|
||||
description: "This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\"
|
||||
version: 1.0.0
|
||||
title: Swagger Petstore
|
||||
termsOfService: 'http://swagger.io/terms/'
|
||||
contact:
|
||||
email: apiteam@swagger.io */ ' " =end
|
||||
email: apiteam@swagger.io
|
||||
license:
|
||||
name: Apache 2.0 */ ' " =end
|
||||
url: 'http://www.apache.org/licenses/LICENSE-2.0.html */ =end'
|
||||
host: petstore.swagger.io */ ' " =end
|
||||
basePath: /v2 */ ' " =end
|
||||
name: Apache 2.0
|
||||
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
|
||||
host: petstore.swagger.io
|
||||
basePath: /v2
|
||||
tags:
|
||||
- name: pet
|
||||
description: Everything about your Pets
|
||||
@@ -25,7 +25,7 @@ tags:
|
||||
description: Find out more about our store
|
||||
url: 'http://swagger.io'
|
||||
schemes:
|
||||
- http */ end ' "
|
||||
- http
|
||||
paths:
|
||||
/pet:
|
||||
post:
|
||||
|
||||
Reference in New Issue
Block a user