swagger-schema-official
Advanced tools
Comparing version 2.0.0-0ac571a to 2.0.0-96305d9
{ | ||
"name": "swagger-schema", | ||
"version": "2.0.0-0ac571a", | ||
"version": "2.0.0-96305d9", | ||
"homepage": "https://github.com/wordnik/swagger-schema", | ||
"authors": [ | ||
"''" | ||
], | ||
"description": "Swagger JSON Schema", | ||
@@ -6,0 +9,0 @@ "keywords": [ |
{ | ||
"name": "swagger-schema-official", | ||
"version": "2.0.0-0ac571a", | ||
"description": "Swagger JSON Schema", | ||
"version": "2.0.0-96305d9", | ||
"description": "Swagger JSON Schema ", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -18,8 +18,8 @@ # Swagger Specification JSON Schemas | ||
```shell | ||
bower install --save swagger-schema | ||
``` | ||
```shell | ||
bower install --save swagger-schema | ||
``` | ||
## License | ||
MIT | ||
MIT |
{ | ||
"title": "A JSON Schema for Swagger 2.0 API.", | ||
"id": "http://swagger.io/v2/schema.json#", | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
@@ -216,3 +217,2 @@ "type": "object", | ||
"type": "string", | ||
"pattern": "^[\\sa-z0-9\\-+;\\.=\\/]+$", | ||
"description": "The MIME type of the HTTP message." | ||
@@ -608,2 +608,7 @@ }, | ||
}, | ||
"allowEmptyValue": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "allows sending a parameter by name only or with an empty value." | ||
}, | ||
"type": { | ||
@@ -697,2 +702,7 @@ "type": "string", | ||
}, | ||
"allowEmptyValue": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "allows sending a parameter by name only or with an empty value." | ||
}, | ||
"type": { | ||
@@ -950,2 +960,5 @@ "type": "string", | ||
}, | ||
"additionalProperties": { | ||
"$ref": "http://json-schema.org/draft-04/schema#/properties/additionalProperties" | ||
}, | ||
"type": { | ||
@@ -997,3 +1010,4 @@ "$ref": "http://json-schema.org/draft-04/schema#/properties/type" | ||
"example": {} | ||
} | ||
}, | ||
"additionalProperties": false | ||
}, | ||
@@ -1383,3 +1397,2 @@ "primitivesItems": { | ||
"description": "The parameters needed to send a valid API call.", | ||
"minItems": 1, | ||
"additionalItems": false, | ||
@@ -1386,0 +1399,0 @@ "items": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38760
1509
0