diff --git a/schemas/v2.0/bower.json b/schemas/v2.0/bower.json index b1059db010..1049d27104 100644 --- a/schemas/v2.0/bower.json +++ b/schemas/v2.0/bower.json @@ -5,6 +5,7 @@ "authors": [ "''" ], + "main": "./schema.json", "description": "Swagger JSON Schema", "keywords": [ "swagger", diff --git a/schemas/v2.0/package.json b/schemas/v2.0/package.json index 113a95fc40..2c9d724182 100644 --- a/schemas/v2.0/package.json +++ b/schemas/v2.0/package.json @@ -11,5 +11,6 @@ "api" ], "author": "", + "main": "./schema.json", "license": "Apache-2.0" }