json-api-validator
json-api-validator copied to clipboard
[QUEST] First Release!
Each of the below needs to be filled out and tested per spec. If you are working on one, claim it below and I will update the list with the person who has claimed it and the associated PR.
- [x] validate
documentmembers - [x] validate
meta - [x] validate
jsonapimember - [ ] validate
links(#5) - [ ] validate resources
- [ ] validate
typeis correctly normalized andidis a string - [ ] validate attributes (warn for unknown, error for those that should be relationships, configurable error for missing attributes, error for missing attributes that are present as non-normalized members)
- [ ] validate relationships (error for unknown, configurable error for missing relationships, error for missing relationships that are present as non-normalized members)
- [ ] validate resource-identifiers only have
typeidand optionalmeta - [ ] validate
typeis correctly normalized, and a validtype(check polymorphic)
- [ ] validate resource-identifiers only have
- [ ] validate
- [ ] validate absence of resource identifiers in
dataandincluded
Additional chores:
- [ ] Strip all code in production builds (#6)