jsonapi-validator icon indicating copy to clipboard operation
jsonapi-validator copied to clipboard

Results 9 jsonapi-validator issues
Sort by recently updated
recently updated
newest added

## Version **8.0.0** of [semantic-release](https://github.com/semantic-release/semantic-release) just got published. Dependency semantic-release Current Version 7.0.2 Type devDependency The version **8.0.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

## Version **3.0.0** of [coveralls](https://github.com/nickmerwin/node-coveralls) just got published. Dependency coveralls Current Version 2.13.3 Type devDependency The version **3.0.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

## Version **6.0.0** of [ajv](https://github.com/epoberezkin/ajv) was just published. Dependency ajv Current Version 5.5.2 Type dependency The version **6.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **10.0.3** of [yargs](https://github.com/yargs/yargs) was just published. Dependency yargs Current Version 9.0.1 Type dependency The version **10.0.3** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **12.0.0** of [eslint-config-airbnb-base](https://github.com/airbnb/javascript) just got published. Dependency eslint-config-airbnb-base Current Version 11.3.2 Type devDependency The version **12.0.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

## Version **5.0.0** of **[eslint](https://github.com/eslint/eslint)** was just published. Dependency [eslint](https://github.com/eslint/eslint) Current Version 4.19.1 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **11.3.2** of [eslint-config-airbnb-base](https://github.com/airbnb/javascript) just got published. Branch Build failing 🚨 Dependency eslint-config-airbnb-base Current Version 11.3.1 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

Hi, _jsonapi-validator_ requires resources to have an `id` https://github.com/elliotttf/jsonapi-validator/blob/master/lib/schema.json#L122 However, there is an exception to this rule in the JSON API specification (http://jsonapi.org/format/#document-resource-objects). > Exception: The id member is not...

Fixes https://github.com/elliotttf/jsonapi-validator/issues/29 JSON API specification states that id is not required when the resource object originates at the client and represents a new resource to be created on the server.