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
Currently, the library needs to know about the schema when unmarshaling payloads. With structs like SoftResource, it might be possible to unmarshal an unknown payload with SoftResource and SoftCollection. Validation would be limited and that's probably okay. Providing a schema could simply be a way to add validation and convenience (use the proper structs instead of SoftResource).
Investigate the feasibility and do it if possible.
The text was updated successfully, but these errors were encountered:
Currently, the library needs to know about the schema when unmarshaling payloads. With structs like SoftResource, it might be possible to unmarshal an unknown payload with SoftResource and SoftCollection. Validation would be limited and that's probably okay. Providing a schema could simply be a way to add validation and convenience (use the proper structs instead of SoftResource).
Investigate the feasibility and do it if possible.
The text was updated successfully, but these errors were encountered: