You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
validate type is correctly normalized and id is 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 typeid and optional meta
validate type is correctly normalized, and a valid type (check polymorphic)
validate absence of resource identifiers in data and included
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.
document
membersmeta
jsonapi
memberlinks
([FEAT] links validation #5)type
is correctly normalized andid
is a stringtype
id
and optionalmeta
type
is correctly normalized, and a validtype
(check polymorphic)data
andincluded
Additional chores:
The text was updated successfully, but these errors were encountered: