Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<stopPort>8079</stopPort>
<stopKey>stopit</stopKey>
<httpConnector>
<port>8002</port>
<port>8080</port>
<idleTimeout>60000</idleTimeout>
</httpConnector>
<systemProperties>
Expand Down
28 changes: 14 additions & 14 deletions src/main/webapp/design-first/petstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ paths:
'405':
description: Invalid input
default:
description: Unexpected error
description: Unexpected error
security:
- petstore_auth:
- write:pets
Expand All @@ -140,7 +140,7 @@ paths:
- name: status
in: query
description: Status values that need to be considered for filter
required: false
required: true
explode: true
schema:
type: string
Expand Down Expand Up @@ -171,7 +171,7 @@ paths:
'400':
description: Invalid status value
default:
description: Unexpected error
description: Unexpected error
security:
- petstore_auth:
- write:pets
Expand All @@ -192,7 +192,7 @@ paths:
- name: tags
in: query
description: Tags to filter by
required: false
required: true
explode: true
schema:
type: array
Expand All @@ -215,7 +215,7 @@ paths:
'400':
description: Invalid tag value
default:
description: Unexpected error
description: Unexpected error
security:
- petstore_auth:
- write:pets
Expand Down Expand Up @@ -259,7 +259,7 @@ paths:
'404':
description: Pet not found
default:
description: Unexpected error
description: Unexpected error
security:
- api_key: []
- petstore_auth:
Expand Down Expand Up @@ -305,11 +305,11 @@ components:
id:
type: integer
format: int64
examples:
examples:
- 1
name:
type: string
examples:
examples:
- Dogs
xml:
name: Category
Expand All @@ -335,11 +335,11 @@ components:
id:
type: integer
format: int64
examples:
examples:
- 10
name:
type: string
examples:
examples:
- doggie
category:
$ref: '#/components/schemas/Category'
Expand Down Expand Up @@ -368,7 +368,7 @@ components:
availableInstances:
type: integer
format: int32
examples:
examples:
- 7
exclusiveMaximum: 10
exclusiveMinimum: 1
Expand All @@ -388,7 +388,7 @@ components:
id:
type: integer
format: int64
examples:
examples:
- 10
$anchor: pet_details_id
tag:
Expand Down Expand Up @@ -417,7 +417,7 @@ components:
type: string
required:
- code
- message
- message
requestBodies:
Pet:
description: Pet object that needs to be added to the store
Expand Down Expand Up @@ -457,4 +457,4 @@ webhooks:
'200':
description: >-
Return a 200 status to indicate that the data was received
successfully
successfully
Loading