jsonapi-validator
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"$schema": "http://json-schema.org/draft-06/schema#", | ||
"title": "JSON API Schema", | ||
@@ -16,3 +16,3 @@ "description": "This is a schema for responses in the JSON API format. For more, see http://jsonapi.org", | ||
], | ||
"definitions": { | ||
@@ -99,3 +99,3 @@ "success": { | ||
}, | ||
"meta": { | ||
@@ -324,3 +324,3 @@ "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", | ||
}, | ||
"jsonapi": { | ||
@@ -339,3 +339,3 @@ "description": "An object describing the server's implementation", | ||
}, | ||
"error": { | ||
@@ -342,0 +342,0 @@ "type": "object", |
@@ -32,5 +32,5 @@ { | ||
"coveralls": "^2.11.9", | ||
"eslint": "^3.8.1", | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb-base": "^11.0.1", | ||
"eslint-plugin-import": "^2.0.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"ghooks": "^2.0.0", | ||
@@ -48,3 +48,3 @@ "istanbul": "^0.4.4", | ||
"dependencies": { | ||
"ajv": "^4.1.3", | ||
"ajv": "^5.2.2", | ||
"yargs": "^7.0.2" | ||
@@ -55,3 +55,3 @@ }, | ||
}, | ||
"version": "3.0.3" | ||
"version": "3.0.4" | ||
} |
22692
+ Addedajv@5.5.2(transitive)
+ Addedfast-deep-equal@1.1.0(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedjson-schema-traverse@0.3.1(transitive)
- Removedajv@4.11.8(transitive)
- Removedisarray@2.0.5(transitive)
- Removedjson-stable-stringify@1.2.1(transitive)
- Removedjsonify@0.0.1(transitive)
Updatedajv@^5.2.2