Hi Guys,
I'm receiving a ERROR_MALFORMED_SCHEMA exception when using a schema for my POST endpoint.
https://github.com/GoIntegro/hateoas/blob/master/JsonApi/Request/BodyParser.php#L217
^ Seems to expect the resource name to be an attribute (property) of the resource. http://json-schema.org/examples.html
Cheers.