Open bcogrel opened 8 years ago
To avoid possible conflicts between "reserved" attribute/method names of a Resource, isolate the data attributes beyond the attribute a
Resource
a
Example: bob.a.name, bob.a.email, etc.
bob.a.name
bob.a.email
Special case (still open): how to deal with types? Should bob.types be mapped to, e.g., bob.a.classes ?
types
bob.types
bob.a.classes
To avoid possible conflicts between "reserved" attribute/method names of a
Resource
, isolate the data attributes beyond the attributea
Example:
bob.a.name
,bob.a.email
, etc.Special case (still open): how to deal with
types
? Shouldbob.types
be mapped to, e.g.,bob.a.classes
?