jsonapi-validator
jsonapi-validator copied to clipboard
Id is not always required
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.