forked from loafle/openapi-generator-original
fix tos in swagger spec
This commit is contained in:
@@ -8,7 +8,7 @@ info:
|
||||
For this sample, you can use the api key `special-key` to test the authorization filters
|
||||
version: "1.0.0"
|
||||
title: Swagger Petstore
|
||||
termsOfService: http://helloreverb.com/terms/
|
||||
termsOfService: http://swagger.io/terms/
|
||||
contact:
|
||||
name: apiteam@swagger.io
|
||||
license:
|
||||
@@ -573,4 +573,4 @@ definitions:
|
||||
type: string
|
||||
description: Order Status
|
||||
complete:
|
||||
type: boolean
|
||||
type: boolean
|
||||
|
||||
@@ -6,7 +6,7 @@ info:
|
||||
\ you can use the api key `special-key` to test the authorization filters\n"
|
||||
version: "1.0.0"
|
||||
title: "Swagger Petstore"
|
||||
termsOfService: "http://helloreverb.com/terms/"
|
||||
termsOfService: "http://swagger.io/terms/"
|
||||
contact:
|
||||
name: "apiteam@swagger.io"
|
||||
license:
|
||||
|
||||
Reference in New Issue
Block a user