Skip to content

Commit

Permalink
remove comment from swaggers
Browse files Browse the repository at this point in the history
  • Loading branch information
galcohen92 committed Apr 1, 2019
1 parent 6bdb9c2 commit 24a6379
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/pet-store-swagger-inheritance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ definitions:
properties:
packSize:
type: integer
# format: int32
format: int32
description: the size of the pack the dog is from
default: 0
minimum: 0
Expand Down
2 changes: 1 addition & 1 deletion test/pet-store-swagger-with-base-path.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ definitions:
properties:
id:
type: integer
# format: int64
format: int64
name:
type: string
tag:
Expand Down
2 changes: 1 addition & 1 deletion test/pet-store-swagger-with-yaml-anchors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ definitions:
properties:
id:
type: integer
# format: int64
format: int64
name:
type: string
tag:
Expand Down
2 changes: 1 addition & 1 deletion test/pet-store-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ definitions:
properties:
id:
type: integer
# format: int64
format: int64
name:
type: string
tag:
Expand Down

0 comments on commit 24a6379

Please sign in to comment.