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

Commit

Permalink
Merge pull request #37 from int128/fix-json-schema-access
Browse files Browse the repository at this point in the history
Fix error on JSON schema validation if internet connection is not available
  • Loading branch information
int128 authored Feb 14, 2017
2 parents 26e48e2 + a68622d commit 67c819d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"title": "A JSON Schema for Swagger 2.0 API.",
"id": "http://swagger.io/v2/schema.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
Expand Down

0 comments on commit 67c819d

Please sign in to comment.