Skip to content

Commit

Permalink
Merge pull request #474 from APIs-guru/fixEmptyResponce
Browse files Browse the repository at this point in the history
Fixes support of empty schemas.
  • Loading branch information
webron committed Oct 6, 2015
2 parents be68348 + dbb81f8 commit bab6bed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/v2.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,9 @@
"$ref": "#/definitions/vendorExtension"
}
},
"required": [
"type"
],
"properties": {
"format": {
"type": "string"
Expand Down

0 comments on commit bab6bed

Please sign in to comment.