In certain cases we disallow attributes to be included in POST or PATCH requests but only in GET ones.
Is it possible by using Attributes on models and a new property in JsonApiSerializationSettings to allow skipping those properties from the model according to need?