Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

swagger-schema-official

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-schema-official - npm Package Compare versions

Comparing version 2.0.0-0ac571a to 2.0.0-96305d9

5

bower.json
{
"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": [

4

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc