Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Adding an object without a type example to the types example file.
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 12, 2019
1 parent 4accf63 commit 70909b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions example/swagger-files/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,19 @@
}
}
},
"object without type": {
"description": "Updated status of the pet",
"properties": {
"property1": {
"type": "integer",
"format": "int64"
},
"property2": {
"type": "integer",
"format": "int64"
}
}
},
"object with `additionalProperties: true`": {
"type": "object",
"additionalProperties": true
Expand Down

0 comments on commit 70909b5

Please sign in to comment.